Kaydet (Commit) 8abb980a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable 'pXmlDoc'

Change-Id: Ie232566340e3d7c77cabbfcea641f3d1b40de0bd
üst 70485c11
...@@ -445,6 +445,7 @@ DECLARE_OOXMLEXPORT_TEST(testCropPixel, "crop-pixel.docx") ...@@ -445,6 +445,7 @@ DECLARE_OOXMLEXPORT_TEST(testCropPixel, "crop-pixel.docx")
{ {
// This is 17667 in the original document, was 504666 (so the image // This is 17667 in the original document, was 504666 (so the image
// become invisible), now is around 19072. // become invisible), now is around 19072.
(void) pXmlDoc;
#ifndef MACOSX #ifndef MACOSX
CPPUNIT_ASSERT(getXPath(pXmlDoc, "//a:srcRect", "l").toInt32() < 20000); CPPUNIT_ASSERT(getXPath(pXmlDoc, "//a:srcRect", "l").toInt32() < 20000);
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment