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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoidl/source/sourcefileprovider.hxx b/unoidl/source/sourcefileprovider.hxx
index aa215b5b2e2c..5e775c2d8a9c 100644
--- a/unoidl/source/sourcefileprovider.hxx
+++ b/unoidl/source/sourcefileprovider.hxx
@@ -26,10 +26,10 @@ public:
rtl::Reference<Manager> const & manager, OUString const & uri);
// throws FileFormatException:
- virtual rtl::Reference<MapCursor> createRootCursor() const SAL_OVERRIDE;
+ virtual rtl::Reference<MapCursor> createRootCursor() const override;
// throws FileFormatException:
- virtual rtl::Reference<Entity> findEntity(OUString const & name) const SAL_OVERRIDE;
+ virtual rtl::Reference<Entity> findEntity(OUString const & name) const override;
private:
virtual ~SourceFileProvider() throw ();