diff options
author | Matthew Nicholls <matthew.nicholls95@hotmail.co.uk> | 2015-04-01 15:43:32 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-04-14 14:29:02 +0000 |
commit | b7bb34d74c5c764844f5b87483d09a61d3088695 (patch) | |
tree | c2e0827ed5ffe194ef51a8204b67d298c6741b50 /sw/Library_sw.mk | |
parent | 7b68534ab0d322522ee5f64250526050187b6a9c (diff) |
tdf#88710 Kill svx dbtoolsclient
Removes dynamic loading logic described in tdf#84315, similar thing
removed in swdbtoolsclient.
Change-Id: I8762102a7263e6933354c2ff6f9978929b760f6e
Reviewed-on: https://gerrit.libreoffice.org/15147
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index ceaf6eb6fe04..673585acc543 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -53,6 +53,8 @@ $(eval $(call gb_Library_use_libraries,sw,\ comphelper \ cppu \ cppuhelper \ + $(call gb_Helper_optional,DBCONNECTIVITY, \ + dbtools) \ drawinglayer \ editeng \ i18nlangtag \ @@ -766,7 +768,6 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/uibase/dbui/mailmergechildwindow \ sw/source/uibase/dbui/mailmergehelper \ sw/source/uibase/dbui/mmconfigitem \ - sw/source/uibase/dbui/swdbtoolsclient \ sw/source/uibase/uno/unomailmerge \ )) endif |