summaryrefslogtreecommitdiff
path: root/framework/source/xml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/xml')
-rw-r--r--framework/source/xml/imagesdocumenthandler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/xml/imagesdocumenthandler.cxx b/framework/source/xml/imagesdocumenthandler.cxx
index 0db4d4ebd17c..d78cd8f5abd8 100644
--- a/framework/source/xml/imagesdocumenthandler.cxx
+++ b/framework/source/xml/imagesdocumenthandler.cxx
@@ -140,12 +140,12 @@ OReadImagesDocumentHandler::~OReadImagesDocumentHandler()
}
// XDocumentHandler
-void SAL_CALL OReadImagesDocumentHandler::startDocument(void)
+void SAL_CALL OReadImagesDocumentHandler::startDocument()
throw ( SAXException, RuntimeException, std::exception )
{
}
-void SAL_CALL OReadImagesDocumentHandler::endDocument(void)
+void SAL_CALL OReadImagesDocumentHandler::endDocument()
throw( SAXException, RuntimeException, std::exception )
{
SolarMutexGuard g;
tion specsStephan Bergmann 2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin