summaryrefslogtreecommitdiff
path: root/include/canvas/base/disambiguationhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/canvas/base/disambiguationhelper.hxx')
-rw-r--r--include/canvas/base/disambiguationhelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/canvas/base/disambiguationhelper.hxx b/include/canvas/base/disambiguationhelper.hxx
index 9b07498cb754..45e2028024b3 100644
--- a/include/canvas/base/disambiguationhelper.hxx
+++ b/include/canvas/base/disambiguationhelper.hxx
@@ -66,10 +66,10 @@ namespace canvas
mutable ::osl::Mutex m_aMutex;
private:
- virtual void SAL_CALL disposing() SAL_OVERRIDE
+ virtual void SAL_CALL disposing() override
{ disposeThis(); }
- virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE
+ virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException) override
{ disposeEventSource(Source); }
};