summaryrefslogtreecommitdiff
path: root/starmath/inc/mathml/mathmlimport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/mathml/mathmlimport.hxx')
-rw-r--r--starmath/inc/mathml/mathmlimport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/mathml/mathmlimport.hxx b/starmath/inc/mathml/mathmlimport.hxx
index 9b3fe5c88b0b..4e5444945f7e 100644
--- a/starmath/inc/mathml/mathmlimport.hxx
+++ b/starmath/inc/mathml/mathmlimport.hxx
@@ -81,11 +81,11 @@ class SmXMLImport : public SvXMLImport
public:
SmXMLImport(const css::uno::Reference<css::uno::XComponentContext>& rContext,
OUString const& implementationName, SvXMLImportFlags nImportFlags);
- virtual ~SmXMLImport() throw() override;
+ virtual ~SmXMLImport() noexcept override;
// XUnoTunnel
sal_Int64 SAL_CALL getSomething(const css::uno::Sequence<sal_Int8>& rId) override;
- static const css::uno::Sequence<sal_Int8>& getUnoTunnelId() throw();
+ static const css::uno::Sequence<sal_Int8>& getUnoTunnelId() noexcept;
void SAL_CALL endDocument() override;