summaryrefslogtreecommitdiffstats
path: root/starmath/source/mathml/mathmlexport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/mathml/mathmlexport.cxx')
-rw-r--r--starmath/source/mathml/mathmlexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathml/mathmlexport.cxx b/starmath/source/mathml/mathmlexport.cxx
index 7338e7a400a2..450b81bc2f59 100644
--- a/starmath/source/mathml/mathmlexport.cxx
+++ b/starmath/source/mathml/mathmlexport.cxx
@@ -329,7 +329,7 @@ sal_Int64 SAL_CALL SmXMLExport::getSomething(const uno::Sequence<sal_Int8>& rId)
return SvXMLExport::getSomething(rId);
}
-const uno::Sequence<sal_Int8>& SmXMLExport::getUnoTunnelId() throw()
+const uno::Sequence<sal_Int8>& SmXMLExport::getUnoTunnelId() noexcept
{
static const UnoTunnelIdInit theSmXMLExportUnoTunnelId;
return theSmXMLExportUnoTunnelId.getSeq();