summaryrefslogtreecommitdiffstats
path: root/unoidl/source/legacyprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/source/legacyprovider.cxx')
-rw-r--r--unoidl/source/legacyprovider.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unoidl/source/legacyprovider.cxx b/unoidl/source/legacyprovider.cxx
index 3b3821566ff0..ac8ec6909966 100644
--- a/unoidl/source/legacyprovider.cxx
+++ b/unoidl/source/legacyprovider.cxx
@@ -82,7 +82,7 @@ public:
private:
virtual ~Cursor() throw () {}
- virtual rtl::Reference< Entity > getNext(OUString * name);
+ virtual rtl::Reference< Entity > getNext(OUString * name) SAL_OVERRIDE;
rtl::Reference< Manager > manager_;
RegistryKey ucr_;
@@ -137,9 +137,9 @@ public:
private:
virtual ~Module() throw () {}
- virtual std::vector< OUString > getMemberNames() const;
+ virtual std::vector< OUString > getMemberNames() const SAL_OVERRIDE;
- virtual rtl::Reference< MapCursor > createCursor() const
+ virtual rtl::Reference< MapCursor > createCursor() const SAL_OVERRIDE
{ return new Cursor(manager_, ucr_, key_); }
rtl::Reference< Manager > manager_;