summaryrefslogtreecommitdiff
path: root/unoidl/source/sourcefileprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/source/sourcefileprovider.hxx')
-rw-r--r--unoidl/source/sourcefileprovider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoidl/source/sourcefileprovider.hxx b/unoidl/source/sourcefileprovider.hxx
index 2d986cc1f39d..52fd32f3c735 100644
--- a/unoidl/source/sourcefileprovider.hxx
+++ b/unoidl/source/sourcefileprovider.hxx
@@ -31,7 +31,7 @@ public:
virtual rtl::Reference<Entity> findEntity(OUString const& name) const override;
private:
- virtual ~SourceFileProvider() throw() override;
+ virtual ~SourceFileProvider() noexcept override;
std::map<OUString, rtl::Reference<Entity>> rootMap_;
};