summaryrefslogtreecommitdiff
path: root/framework/source/fwe/xml/saxnamespacefilter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/xml/saxnamespacefilter.cxx')
-rw-r--r--framework/source/fwe/xml/saxnamespacefilter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwe/xml/saxnamespacefilter.cxx b/framework/source/fwe/xml/saxnamespacefilter.cxx
index aa0d10cc7914..759807707b2c 100644
--- a/framework/source/fwe/xml/saxnamespacefilter.cxx
+++ b/framework/source/fwe/xml/saxnamespacefilter.cxx
@@ -49,12 +49,12 @@ SaxNamespaceFilter::~SaxNamespaceFilter()
}
// XDocumentHandler
-void SAL_CALL SaxNamespaceFilter::startDocument(void)
+void SAL_CALL SaxNamespaceFilter::startDocument()
throw ( SAXException, RuntimeException, std::exception )
{
}
-void SAL_CALL SaxNamespaceFilter::endDocument(void)
+void SAL_CALL SaxNamespaceFilter::endDocument()
throw( SAXException, RuntimeException, std::exception )
{
}