summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmlversion.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/xmlversion.hxx')
-rw-r--r--xmloff/inc/xmlversion.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/xmlversion.hxx b/xmloff/inc/xmlversion.hxx
index e3e696434604..284e998c5bf1 100644
--- a/xmloff/inc/xmlversion.hxx
+++ b/xmloff/inc/xmlversion.hxx
@@ -59,7 +59,7 @@ public:
XMLVersionListImport(
const css::uno::Reference< css::uno::XComponentContext >& rContext,
css::uno::Sequence < css::util::RevisionTag >& rVersions );
- virtual ~XMLVersionListImport() throw() override;
+ virtual ~XMLVersionListImport() noexcept override;
css::uno::Sequence < css::util::RevisionTag >&
GetList() { return maVersions; }