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