diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-01-24 14:46:32 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-01-24 21:23:56 +0100 |
commit | df984a465cad0af7ab77257efe5181a8a3348dcf (patch) | |
tree | 4e962d3b826f8ae1a4b34977ff0f07d7c68ff772 /sw/CppunitTest_sw_ww8export2.mk | |
parent | 938012a9f42761836d5240ab8efacbeeaf3385b2 (diff) |
Clean up dead uses of DISABLE_ATL
...after e597ef0489d9d5504721d21eefa15c65da0fb240 "No need for --disable-activex
and --disable-atl any longer"
Change-Id: I6ea0026fd18e0097aaaf0c1b05618e2a9ddf1a94
Reviewed-on: https://gerrit.libreoffice.org/66871
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/CppunitTest_sw_ww8export2.mk')
-rw-r--r-- | sw/CppunitTest_sw_ww8export2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_ww8export2.mk b/sw/CppunitTest_sw_ww8export2.mk index df8ae2ace998..ff620638cfed 100644 --- a/sw/CppunitTest_sw_ww8export2.mk +++ b/sw/CppunitTest_sw_ww8export2.mk @@ -20,7 +20,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8export2, \ cppu \ cppuhelper \ editeng \ - $(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,emboleobj) \ + emboleobj \ sal \ sfx \ test \ |