You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/07/17 17:54:40 UTC

[openoffice] branch AOO42X updated: Deduplicate the svx library.

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

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


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

commit d9558b437cd6ed5b21fa98eb7bfb4089c80b8625
Author: Damjan Jovanovic <da...@apache.org>
AuthorDate: Fri Jul 17 18:43:47 2020 +0200

    Deduplicate the svx library.
    
    Patch by: me
    
    (cherry picked from commit c63082e4217c6da4aabbd998c27cbfc4a62a5577)
---
 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 \