This is an automated email from the ASF dual-hosted git repository.

damjan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c63082e  Deduplicate the svx library.
c63082e is described below

commit c63082e4217c6da4aabbd998c27cbfc4a62a5577
Author: Damjan Jovanovic <[email protected]>
AuthorDate: Fri Jul 17 18:43:47 2020 +0200

    Deduplicate the svx library.
    
    Patch by: me
---
 main/sw/Library_msword.mk | 1 -
 main/sw/Library_swui.mk   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/main/sw/Library_msword.mk b/main/sw/Library_msword.mk
index 96c053d..ae46524 100644
--- a/main/sw/Library_msword.mk
+++ b/main/sw/Library_msword.mk
@@ -58,7 +58,6 @@ $(eval $(call gb_Library_add_linked_libs,msword,\
        svl \
        svt \
        svx \
-       svx \
        svxcore \
        sw \
        ootk \
diff --git a/main/sw/Library_swui.mk b/main/sw/Library_swui.mk
index f000d6a..369a20d 100644
--- a/main/sw/Library_swui.mk
+++ b/main/sw/Library_swui.mk
@@ -53,7 +53,6 @@ $(eval $(call gb_Library_add_linked_libs,swui,\
        svl \
        svt \
        svx \
-       svx \
        svxcore \
        sw \
        swd \

Reply via email to