[Libreoffice-commits] core.git: sw/qa

Stephan Bergmann sbergman at redhat.com
Wed Apr 19 15:37:53 UTC 2017


 sw/qa/extras/ooxmlimport/ooxmlimport.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 30775924365d56c2e4848f227b5158f7c51e3837
Author: Stephan Bergmann <sbergman at redhat.com>
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")
 {


More information about the Libreoffice-commits mailing list