summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-30 21:12:51 +0200
committerTor Lillqvist <tml@collabora.com>2014-10-30 21:19:50 +0200
commit8abb980a3fa32d3755b67ba4972eb56edaf36aa1 (patch)
tree79caa19aa2b5d5b1680a9b38969d114e5bc8e967 /sw
parent70485c1137e04a4b86eb25bb3d9a619ced52b3ea (diff)
WaE: unused variable 'pXmlDoc'
Change-Id: Ie232566340e3d7c77cabbfcea641f3d1b40de0bd
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 1ca3bce84f8a..11ba95465b25 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -445,6 +445,7 @@ DECLARE_OOXMLEXPORT_TEST(testCropPixel, "crop-pixel.docx")
{
// This is 17667 in the original document, was 504666 (so the image
// become invisible), now is around 19072.
+ (void) pXmlDoc;
#ifndef MACOSX
CPPUNIT_ASSERT(getXPath(pXmlDoc, "//a:srcRect", "l").toInt32() < 20000);
#endif