[Libreoffice-commits] core.git: writerfilter/source

Stephan Bergmann sbergman at redhat.com
Thu Nov 14 03:05:42 PST 2013


 writerfilter/source/ooxml/OOXMLFastContextHandler.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0e345eaec89c8b0e0912da9de418e90c671b1e7d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Nov 14 12:05:18 2013 +0100

    ...and -Werror,-Wunused-parameter
    
    Change-Id: I8b9e0629710c3b48c26a19158ab54bb250d79d5c

diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
index ced7b66..9854d69 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
@@ -199,6 +199,8 @@ bool OOXMLFastContextHandler::prepareMceContext(Token_t nElement, const uno::Ref
                     return false;
                 }
             }
+#else
+            (void) rAttribs;
 #endif
             return true;
         }


More information about the Libreoffice-commits mailing list