[Libreoffice-commits] core.git: writerfilter/source
Stephan Bergmann
sbergman at redhat.com
Wed Jun 11 09:15:11 PDT 2014
writerfilter/source/ooxml/OOXMLFastContextHandler.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 12cb1f7e22842e819db8537dc8502f8ef742f916
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jun 11 18:14:45 2014 +0200
-Werror,-Wunused-parameter
Change-Id: Ie93e534b00151bb915940a1030b47b40cbaa339a
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
index 4fb0d49..9fcc405 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
@@ -303,8 +303,8 @@ uno::Reference< xml::sax::XFastContextHandler >
uno::Reference< xml::sax::XFastContextHandler > SAL_CALL
OOXMLFastContextHandler::createUnknownChildContext
-(const OUString & Namespace,
- const OUString & Name,
+(const OUString &,
+ const OUString &,
const uno::Reference< xml::sax::XFastAttributeList > & /*Attribs*/)
throw (uno::RuntimeException, xml::sax::SAXException, std::exception)
{
More information about the Libreoffice-commits
mailing list