summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ooxmlimport
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-19 17:37:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-19 17:37:26 +0200
commit30775924365d56c2e4848f227b5158f7c51e3837 (patch)
tree197e04b06c8f8a60204fb554a8d1f064b66c85de /sw/qa/extras/ooxmlimport
parent846c47fb0faaca505fec785db90384c093818db4 (diff)
loplugin:unreffun (clang-cl)
Change-Id: I406d2418413729479fd96f9b4918c3e0a2b03e9f
Diffstat (limited to 'sw/qa/extras/ooxmlimport')
-rw-r--r--sw/qa/extras/ooxmlimport/ooxmlimport.cxx2
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")
{