summaryrefslogtreecommitdiff
path: root/starmath/source/mathml/mathmlimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/mathml/mathmlimport.cxx')
-rw-r--r--starmath/source/mathml/mathmlimport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/mathml/mathmlimport.cxx b/starmath/source/mathml/mathmlimport.cxx
index 6b7659074005..270e6911281c 100644
--- a/starmath/source/mathml/mathmlimport.cxx
+++ b/starmath/source/mathml/mathmlimport.cxx
@@ -406,7 +406,7 @@ SmXMLImport::SmXMLImport(const css::uno::Reference<css::uno::XComponentContext>&
{
}
-const uno::Sequence<sal_Int8>& SmXMLImport::getUnoTunnelId() throw()
+const uno::Sequence<sal_Int8>& SmXMLImport::getUnoTunnelId() noexcept
{
static const UnoTunnelIdInit theSmXMLImportUnoTunnelId;
return theSmXMLImportUnoTunnelId.getSeq();
@@ -2573,7 +2573,7 @@ SmXMLImport::CreateFastContext(sal_Int32 nElement,
return pContext;
}
-SmXMLImport::~SmXMLImport() throw() { cleanup(); }
+SmXMLImport::~SmXMLImport() noexcept { cleanup(); }
void SmXMLImport::SetViewSettings(const Sequence<PropertyValue>& aViewProps)
{