diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2015-11-17 18:38:46 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-17 22:23:01 +0000 |
commit | 510f463099272cec7f2193f3ffa1dbbd20d9f718 (patch) | |
tree | 36dd604885b251aa86f93ae84a72b9746c627b21 | |
parent | 4b7d3395cacbe729118b7c558413a33f38503d85 (diff) |
No point to link against pure UNO component library fwk
Change-Id: I44d979180e53a7251547cebd60cf05c8322b2b83
Reviewed-on: https://gerrit.libreoffice.org/20028
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | sd/Library_sdui.mk | 1 | ||||
-rw-r--r-- | svx/Library_svx.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk index 60409c002908..27b4069b354a 100644 --- a/sd/Library_sdui.mk +++ b/sd/Library_sdui.mk @@ -46,7 +46,6 @@ $(eval $(call gb_Library_use_libraries,sdui,\ cppuhelper \ editeng \ i18nlangtag \ - fwk \ fwl \ fwe \ sal \ diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk index 6fcce6988b33..c30276e2b7ad 100644 --- a/svx/Library_svx.mk +++ b/svx/Library_svx.mk @@ -51,7 +51,6 @@ $(eval $(call gb_Library_use_libraries,svx,\ drawinglayer \ editeng \ fwe \ - fwk \ i18nlangtag \ i18nutil \ sal \ |