diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-27 11:43:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-27 11:43:44 +0200 |
commit | 6c15627ef04718328f3ae1e2a56f5d84f714766f (patch) | |
tree | 329dbbf65fc592b489ca0fcbddbbaf02a613e5c1 | |
parent | 9549fb88f0d00c384b291645df45f4af5d6e8a8a (diff) |
Remove accidentally pushed file
Change-Id: I22e2215495b1c2d042434edd3aad557e2f849a15
-rw-r--r-- | sw/htmlexport-swobjects.patch | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/sw/htmlexport-swobjects.patch b/sw/htmlexport-swobjects.patch deleted file mode 100644 index 35e440ae5a48..000000000000 --- a/sw/htmlexport-swobjects.patch +++ /dev/null @@ -1,79 +0,0 @@ -diff --git a/sw/CppunitTest_sw_htmlexport.mk b/sw/CppunitTest_sw_htmlexport.mk -index 23cdef1..69803cd 100644 ---- a/sw/CppunitTest_sw_htmlexport.mk -+++ b/sw/CppunitTest_sw_htmlexport.mk -@@ -15,23 +15,48 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_htmlexport, \ - sw/qa/extras/htmlexport/htmlexport \ - )) - -+$(eval $(call gb_CppunitTest_set_componentfile,sw_htmlexport,sw/util/sw)) -+ -+$(eval $(call gb_CppunitTest_use_library_objects,sw_htmlexport,sw)) -+ - $(eval $(call gb_CppunitTest_use_libraries,sw_htmlexport, \ -+ $(call gb_Helper_optional,AVMEDIA,avmedia) \ -+ basegfx \ - comphelper \ - cppu \ - cppuhelper \ -+ drawinglayer \ -+ editeng \ - i18nlangtag \ -+ i18nutil \ -+ lng \ - sal \ -- sw \ -+ salhelper \ -+ sax \ -+ sb \ -+ sfx \ -+ sot \ -+ svl \ -+ svt \ -+ svx \ -+ svxcore \ - test \ -+ tk \ - tl \ -+ ucbhelper \ - unotest \ - utl \ -+ $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \ -+ vbahelper) \ - vcl \ -+ xmlreader \ -+ xo \ - $(gb_UWINAPI) \ - )) - - $(eval $(call gb_CppunitTest_use_externals,sw_htmlexport,\ - boost_headers \ -+ icuuc \ - libxml2 \ - )) - -@@ -71,7 +96,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_htmlexport,\ - sc/util/scfilt \ - package/util/package2 \ - sax/source/expatwrap/expwrap \ -- sw/util/sw \ - sw/util/swd \ - sw/util/msword \ - sfx2/util/sfx \ -diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx -index 2db20ef..d9a8d15 100644 ---- a/sw/qa/extras/htmlexport/htmlexport.cxx -+++ b/sw/qa/extras/htmlexport/htmlexport.cxx -@@ -32,6 +32,12 @@ public: - m_eUnit(FUNIT_NONE) - {} - -+ void setUp() SAL_OVERRIDE -+ { -+ SwModelTestBase::setUp(); -+ SwGlobals::ensure(); -+ } -+ - private: - bool mustCalcLayoutOf(const char* filename) SAL_OVERRIDE - { |