summaryrefslogtreecommitdiff
path: root/include/svx/shapepropertynotifier.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/shapepropertynotifier.hxx')
-rw-r--r--include/svx/shapepropertynotifier.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/shapepropertynotifier.hxx b/include/svx/shapepropertynotifier.hxx
index 3095872570a7..006730b47656 100644
--- a/include/svx/shapepropertynotifier.hxx
+++ b/include/svx/shapepropertynotifier.hxx
@@ -75,8 +75,8 @@ namespace svx
{
}
- virtual OUString getPropertyName() const SAL_OVERRIDE;
- virtual void getCurrentValue( ::com::sun::star::uno::Any& _out_rValue ) const SAL_OVERRIDE;
+ virtual OUString getPropertyName() const override;
+ virtual void getCurrentValue( ::com::sun::star::uno::Any& _out_rValue ) const override;
protected:
::cppu::OWeakObject& getContext() const { return m_rContext; }