diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-07-06 13:52:26 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-07-06 13:52:54 +0200 |
commit | 0cda0eb741501463baa8e7f325fe04f4687050e0 (patch) | |
tree | af3e3eb888155a0bae5b99e49c7178712d49b423 /sw/qa | |
parent | 785dc709d5d560666ef3150c4506286f4a20925b (diff) |
CppunitTest_sw_ooxmlw14export: enable on Windows
Change-Id: I24aff2ca59edb7c5e1ad342ff54e848b4d1ea280
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlw14export.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx b/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx index 6cdd6282073b..84b694556b51 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx @@ -9,8 +9,6 @@ #include <swmodeltestbase.hxx> -#if !defined(WNT) - #include <string> class Test : public SwModelTestBase @@ -660,8 +658,6 @@ DECLARE_OOXMLEXPORT_TEST(Test_TextEffects_InStyleXml, "TextEffects_InStyle.docx" } -#endif - CPPUNIT_PLUGIN_IMPLEMENT(); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |