diff options
Diffstat (limited to 'xmloff/inc/SchXMLImport.hxx')
-rw-r--r-- | xmloff/inc/SchXMLImport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/SchXMLImport.hxx b/xmloff/inc/SchXMLImport.hxx index 71c85511d85f..b61b038be7d4 100644 --- a/xmloff/inc/SchXMLImport.hxx +++ b/xmloff/inc/SchXMLImport.hxx @@ -35,7 +35,7 @@ public: SchXMLImport(const css::uno::Reference<css::uno::XComponentContext>& xContext, OUString const& implementationName, SvXMLImportFlags nImportFlags); - virtual ~SchXMLImport() throw() override; + virtual ~SchXMLImport() noexcept override; SvXMLImportContext* CreateStylesContext(); |