summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/cacheupdatelistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/cacheupdatelistener.hxx')
-rw-r--r--filter/source/config/cache/cacheupdatelistener.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/config/cache/cacheupdatelistener.hxx b/filter/source/config/cache/cacheupdatelistener.hxx
index 4429a246f8a4..9a9704c52629 100644
--- a/filter/source/config/cache/cacheupdatelistener.hxx
+++ b/filter/source/config/cache/cacheupdatelistener.hxx
@@ -109,12 +109,12 @@ class CacheUpdateListener : public BaseLock // must be the first one to guarante
// XChangesListener
virtual void SAL_CALL changesOccurred(const css::util::ChangesEvent& aEvent)
- throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw(css::uno::RuntimeException, std::exception) override;
// lang.XEventListener
virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)
- throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw(css::uno::RuntimeException, std::exception) override;
};
} // namespace config