diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-19 17:37:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-19 17:37:26 +0200 |
commit | 30775924365d56c2e4848f227b5158f7c51e3837 (patch) | |
tree | 197e04b06c8f8a60204fb554a8d1f064b66c85de /sw | |
parent | 846c47fb0faaca505fec785db90384c093818db4 (diff) |
loplugin:unreffun (clang-cl)
Change-Id: I406d2418413729479fd96f9b4918c3e0a2b03e9f
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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") { |