sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 30775924365d56c2e4848f227b5158f7c51e3837 Author: Stephan Bergmann <[email protected]> Date: Wed Apr 19 17:37:26 2017 +0200 loplugin:unreffun (clang-cl) Change-Id: I406d2418413729479fd96f9b4918c3e0a2b03e9f diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx index 9b30cd8a7bd2..2a6bbf49dd05 100644 --- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx +++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx @@ -81,6 +81,7 @@ public: } }; +#if !defined _WIN32 class FailTest : public Test { public: @@ -114,6 +115,7 @@ public: finish(); } }; +#endif DECLARE_OOXMLIMPORT_TEST(testImageHyperlink, "image-hyperlink.docx") { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
