summaryrefslogtreecommitdiff
path: root/unoidl/source/sourcetreeprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/source/sourcetreeprovider.cxx')
-rw-r--r--unoidl/source/sourcetreeprovider.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoidl/source/sourcetreeprovider.cxx b/unoidl/source/sourcetreeprovider.cxx
index 640318c41dad..84a43e26284c 100644
--- a/unoidl/source/sourcetreeprovider.cxx
+++ b/unoidl/source/sourcetreeprovider.cxx
@@ -99,7 +99,7 @@ public:
Cursor() {}
private:
- virtual ~Cursor() throw () {}
+ virtual ~Cursor() throw () override {}
virtual rtl::Reference<Entity> getNext(OUString *) override
{ return rtl::Reference<Entity>(); } //TODO
@@ -110,7 +110,7 @@ public:
SourceModuleEntity() {}
private:
- virtual ~SourceModuleEntity() throw () {}
+ virtual ~SourceModuleEntity() throw () override {}
virtual std::vector<OUString> getMemberNames() const override
{ return std::vector<OUString>(); } //TODO