summaryrefslogtreecommitdiff
path: root/unoidl/source/legacyprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/source/legacyprovider.hxx')
-rw-r--r--unoidl/source/legacyprovider.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoidl/source/legacyprovider.hxx b/unoidl/source/legacyprovider.hxx
index e4d079ad8aaf..bcb300d4b2e8 100644
--- a/unoidl/source/legacyprovider.hxx
+++ b/unoidl/source/legacyprovider.hxx
@@ -25,11 +25,11 @@ public:
rtl::Reference< Manager > const & manager, OUString const & uri);
// throws FileFormatException:
- virtual rtl::Reference< MapCursor > createRootCursor() const;
+ virtual rtl::Reference< MapCursor > createRootCursor() const SAL_OVERRIDE;
// throws FileFormatException:
virtual rtl::Reference< Entity > findEntity(OUString const & name)
- const;
+ const SAL_OVERRIDE;
private:
virtual ~LegacyProvider() throw ();