diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-18 18:25:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-18 18:26:42 +0200 |
commit | fe4c47e41febceb4972d79874ccae4704be9b34b (patch) | |
tree | 985b18a19812c8e572824f8a011cf380a54b405a /sc | |
parent | 64d1fcb11f4915df960ec81bc9168a557199090f (diff) |
Some clean-up of mork-related changs
And reverted for now the configure error when --enable-mozilla on non-Windows;
it is still used for other features, too.
Change-Id: I1ce5ff1a7a3d140a1ab7ba1e905166d91229c926
Diffstat (limited to 'sc')
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index c5c0449ca1c9..f0c42526eb37 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -56,7 +56,6 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc,\ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ JunitTest_sc_complex \ - JunitTest_sc_unoapi \ CppunitTest_sc_annotationshapeobj \ CppunitTest_sc_cellrangeobj \ $(if $(filter-out $(OS),IOS), \ |