summaryrefslogtreecommitdiff
path: root/svx/inc/sdr/properties/rectangleproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/sdr/properties/rectangleproperties.hxx')
-rw-r--r--svx/inc/sdr/properties/rectangleproperties.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/sdr/properties/rectangleproperties.hxx b/svx/inc/sdr/properties/rectangleproperties.hxx
index caf56beac2ff..925c5c4b53e7 100644
--- a/svx/inc/sdr/properties/rectangleproperties.hxx
+++ b/svx/inc/sdr/properties/rectangleproperties.hxx
@@ -32,7 +32,7 @@ namespace sdr
{
protected:
// react on ItemSet changes
- virtual void ItemSetChanged(const SfxItemSet& rSet) SAL_OVERRIDE;
+ virtual void ItemSetChanged(const SfxItemSet& rSet) override;
public:
// basic constructor
@@ -45,10 +45,10 @@ namespace sdr
virtual ~RectangleProperties();
// Clone() operator, normally just calls the local copy constructor
- virtual BaseProperties& Clone(SdrObject& rObj) const SAL_OVERRIDE;
+ virtual BaseProperties& Clone(SdrObject& rObj) const override;
// set a new StyleSheet and broadcast
- virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr) SAL_OVERRIDE;
+ virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr) override;
};
} // end of namespace properties
} // end of namespace sdr