diff options
author | Noel Grandin <noel@peralex.com> | 2014-07-08 15:15:42 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-08 15:16:48 +0200 |
commit | f692c88e6062889aa12bf6cd7a71f63d177a37c4 (patch) | |
tree | 760580168eee3bfcfc86bc6a1865822ee9808119 /framework | |
parent | 48cc4f1b8cf06a8e56c12e659a71f72d609568cd (diff) |
use SimpleReferenceObject in comphelper module
to replace hand-rolled version
Change-Id: Ie4e66d2f1f893c04be589877ef53f470ca74c9eb
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Library_fwe.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Library_fwe.mk b/framework/Library_fwe.mk index ab5f460bc67a..ee086543aafc 100644 --- a/framework/Library_fwe.mk +++ b/framework/Library_fwe.mk @@ -41,6 +41,7 @@ $(eval $(call gb_Library_use_libraries,fwe,\ cppuhelper \ fwi \ sal \ + salhelper \ i18nlangtag \ svl \ svt \ |