sw/qa/extras/ooxmlexport/ooxmlexport.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8abb980a3fa32d3755b67ba4972eb56edaf36aa1
Author: Tor Lillqvist <t...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to