From commits-return-53200-apmail-openoffice-commits-archive=openoffice.apache.org@openoffice.apache.org Mon Dec 3 17:56:48 2018 Return-Path: X-Original-To: apmail-openoffice-commits-archive@www.apache.org Delivered-To: apmail-openoffice-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DE7A718633 for ; Mon, 3 Dec 2018 17:56:47 +0000 (UTC) Received: (qmail 47125 invoked by uid 500); 3 Dec 2018 17:56:47 -0000 Delivered-To: apmail-openoffice-commits-archive@openoffice.apache.org Received: (qmail 47080 invoked by uid 500); 3 Dec 2018 17:56:47 -0000 Mailing-List: contact commits-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list commits@openoffice.apache.org Received: (qmail 47071 invoked by uid 99); 3 Dec 2018 17:56:47 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2018 17:56:47 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 453B53A103E for ; Mon, 3 Dec 2018 17:56:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1848081 - /openoffice/trunk/main/sc/Library_scui.mk Date: Mon, 03 Dec 2018 17:56:47 -0000 To: commits@openoffice.apache.org From: damjan@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20181203175647.453B53A103E@svn01-us-west.apache.org> Author: damjan Date: Mon Dec 3 17:56:47 2018 New Revision: 1848081 URL: http://svn.apache.org/viewvc?rev=1848081&view=rev Log: The scui library also needs to link to cppuhelper. Patch by: me Modified: openoffice/trunk/main/sc/Library_scui.mk Modified: openoffice/trunk/main/sc/Library_scui.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/Library_scui.mk?rev=1848081&r1=1848080&r2=1848081&view=diff ============================================================================== --- openoffice/trunk/main/sc/Library_scui.mk (original) +++ openoffice/trunk/main/sc/Library_scui.mk Mon Dec 3 17:56:47 2018 @@ -42,6 +42,7 @@ $(eval $(call gb_Library_add_api,scui,\ $(eval $(call gb_Library_add_linked_libs,scui,\ comphelper \ cppu \ + cppuhelper \ editeng \ for \ forui \