summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/mathmlimport.cxx')
-rw-r--r--starmath/source/mathmlimport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index 71df78c4cccf..d60f4d0e8f5b 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -493,7 +493,7 @@ throw(uno::RuntimeException, std::exception)
return SvXMLImport::getSomething( rId );
}
-void SmXMLImport::endDocument(void)
+void SmXMLImport::endDocument()
throw(xml::sax::SAXException, uno::RuntimeException, std::exception)
{
//Set the resulted tree into the SmDocShell where it belongs
@@ -1666,7 +1666,7 @@ public:
};
-void SmXMLNoneContext_Impl::EndElement(void)
+void SmXMLNoneContext_Impl::EndElement()
{
SmToken aToken;
aToken.cMathChar = '\0';