diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2014-06-24 17:15:58 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2014-06-24 17:17:40 +0200 |
commit | f511a2915ed856f048fd7dd91fd9f7537b1e0479 (patch) | |
tree | 7555efafa318ea72ea534041bd2b8f40ea8f2022 /sw | |
parent | b1964a24a6cabdbd7b0633a85cc7e9cceac90c93 (diff) |
try to fix linker error on Windows caused by last commit
Change-Id: Iaad40befcde683e8b85eefa5b58bcd350fea9f71
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_uiwriter.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_uiwriter.mk b/sw/CppunitTest_sw_uiwriter.mk index 1a1914e8e1b6..7e3e3e8ae715 100644 --- a/sw/CppunitTest_sw_uiwriter.mk +++ b/sw/CppunitTest_sw_uiwriter.mk @@ -20,6 +20,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_uiwriter, \ cppu \ cppuhelper \ sal \ + sfx \ svl \ svt \ svxcore \ |