From 10d29c390dd58ed629dd27fe5ed35fae28eceec3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 30 Apr 2021 08:20:03 +0200 Subject: throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite Change-Id: I076f16d0536b534abf0ced4d76051eadb4c0e033 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114949 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- xmloff/inc/SchXMLImport.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/inc/SchXMLImport.hxx') 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& xContext, OUString const& implementationName, SvXMLImportFlags nImportFlags); - virtual ~SchXMLImport() throw() override; + virtual ~SchXMLImport() noexcept override; SvXMLImportContext* CreateStylesContext(); -- cgit