[Libreoffice-commits] core.git: sw/qa
Tor Lillqvist
tml at collabora.com
Thu Oct 30 12:30:42 PDT 2014
sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 8abb980a3fa32d3755b67ba4972eb56edaf36aa1
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Oct 30 21:12:51 2014 +0200
WaE: unused variable 'pXmlDoc'
Change-Id: Ie232566340e3d7c77cabbfcea641f3d1b40de0bd
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 1ca3bce..11ba954 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
More information about the Libreoffice-commits
mailing list