summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFactory.cxx
diff options
context:
space:
mode:
authorhb <hbrinkm@openoffice.org>2009-09-25 17:53:51 +0200
committerhb <hbrinkm@openoffice.org>2009-09-25 17:53:51 +0200
commit9676747b32c6ba688d151aa0cb869f371e8a281c (patch)
treec8cef9d76d44a06fd6f64ffe1ed39f52ab891e7d /writerfilter/source/ooxml/OOXMLFactory.cxx
parenta5cc6c46701c47bd862cd7717208c8673da25f68 (diff)
removed warnings
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFactory.cxx')
-rwxr-xr-xwriterfilter/source/ooxml/OOXMLFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFactory.cxx b/writerfilter/source/ooxml/OOXMLFactory.cxx
index a4063466f4a8..0a045c3f91c9 100755
--- a/writerfilter/source/ooxml/OOXMLFactory.cxx
+++ b/writerfilter/source/ooxml/OOXMLFactory.cxx
@@ -281,7 +281,7 @@ void OOXMLFactory::startAction(OOXMLFastContextHandler * pHandler, Token_t /*nTo
}
}
-void OOXMLFactory::endAction(OOXMLFastContextHandler * pHandler, Token_t nToken)
+void OOXMLFactory::endAction(OOXMLFastContextHandler * pHandler, Token_t /*nToken*/)
{
Id nDefine = pHandler->getDefine();
OOXMLFactory_ns::Pointer_t pFactory = getFactoryForNamespace(nDefine);