diff options
Diffstat (limited to 'svl/source/config/itemholder2.hxx')
-rw-r--r-- | svl/source/config/itemholder2.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/config/itemholder2.hxx b/svl/source/config/itemholder2.hxx index c3a2d595c513..a6fa0aa0ba64 100644 --- a/svl/source/config/itemholder2.hxx +++ b/svl/source/config/itemholder2.hxx @@ -43,7 +43,7 @@ class ItemHolder2 : private ItemHolderMutexBase public: 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; // helper private: |