Kaydet (Commit) 12cb1f7e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-parameter

Change-Id: Ie93e534b00151bb915940a1030b47b40cbaa339a
üst 81f7aa81
...@@ -303,8 +303,8 @@ uno::Reference< xml::sax::XFastContextHandler > ...@@ -303,8 +303,8 @@ uno::Reference< xml::sax::XFastContextHandler >
uno::Reference< xml::sax::XFastContextHandler > SAL_CALL uno::Reference< xml::sax::XFastContextHandler > SAL_CALL
OOXMLFastContextHandler::createUnknownChildContext OOXMLFastContextHandler::createUnknownChildContext
(const OUString & Namespace, (const OUString &,
const OUString & Name, const OUString &,
const uno::Reference< xml::sax::XFastAttributeList > & /*Attribs*/) const uno::Reference< xml::sax::XFastAttributeList > & /*Attribs*/)
throw (uno::RuntimeException, xml::sax::SAXException, std::exception) throw (uno::RuntimeException, xml::sax::SAXException, std::exception)
{ {
......
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