summaryrefslogtreecommitdiff
path: root/unotools/source/config/xmlaccelcfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/xmlaccelcfg.cxx')
-rw-r--r--unotools/source/config/xmlaccelcfg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/xmlaccelcfg.cxx b/unotools/source/config/xmlaccelcfg.cxx
index 6e906c8b5992..47796e6364a3 100644
--- a/unotools/source/config/xmlaccelcfg.cxx
+++ b/unotools/source/config/xmlaccelcfg.cxx
@@ -74,12 +74,12 @@ OUString OReadAccelatorDocumentHandler::getErrorLineString()
return OUString();
}
-void SAL_CALL OReadAccelatorDocumentHandler::startDocument(void)
+void SAL_CALL OReadAccelatorDocumentHandler::startDocument()
throw ( SAXException, RuntimeException, std::exception )
{
}
-void SAL_CALL OReadAccelatorDocumentHandler::endDocument(void)
+void SAL_CALL OReadAccelatorDocumentHandler::endDocument()
throw( SAXException, RuntimeException, std::exception )
{
if ( m_nElementDepth > 0 )