summaryrefslogtreecommitdiff
path: root/framework/source/fwe/xml/toolboxdocumenthandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/xml/toolboxdocumenthandler.cxx')
-rw-r--r--framework/source/fwe/xml/toolboxdocumenthandler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwe/xml/toolboxdocumenthandler.cxx b/framework/source/fwe/xml/toolboxdocumenthandler.cxx
index e96f436b705e..a294ca9d788c 100644
--- a/framework/source/fwe/xml/toolboxdocumenthandler.cxx
+++ b/framework/source/fwe/xml/toolboxdocumenthandler.cxx
@@ -191,12 +191,12 @@ OReadToolBoxDocumentHandler::~OReadToolBoxDocumentHandler()
}
// XDocumentHandler
-void SAL_CALL OReadToolBoxDocumentHandler::startDocument(void)
+void SAL_CALL OReadToolBoxDocumentHandler::startDocument()
throw ( SAXException, RuntimeException, std::exception )
{
}
-void SAL_CALL OReadToolBoxDocumentHandler::endDocument(void)
+void SAL_CALL OReadToolBoxDocumentHandler::endDocument()
throw( SAXException, RuntimeException, std::exception )
{
SolarMutexGuard g;