summaryrefslogtreecommitdiff
path: root/svx/inc/sdr/properties/captionproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/sdr/properties/captionproperties.hxx')
-rw-r--r--svx/inc/sdr/properties/captionproperties.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/inc/sdr/properties/captionproperties.hxx b/svx/inc/sdr/properties/captionproperties.hxx
index 7c2aea848820..a9b26f266c6f 100644
--- a/svx/inc/sdr/properties/captionproperties.hxx
+++ b/svx/inc/sdr/properties/captionproperties.hxx
@@ -32,10 +32,10 @@ namespace sdr
{
protected:
// create a new itemset
- virtual SfxItemSet* CreateObjectSpecificItemSet(SfxItemPool& rPool) SAL_OVERRIDE;
+ virtual SfxItemSet* CreateObjectSpecificItemSet(SfxItemPool& rPool) override;
// react on ItemSet changes
- virtual void ItemSetChanged(const SfxItemSet& rSet) SAL_OVERRIDE;
+ virtual void ItemSetChanged(const SfxItemSet& rSet) override;
public:
// basic constructor
@@ -48,14 +48,14 @@ namespace sdr
virtual ~CaptionProperties();
// 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;
// force default attributes for a specific object type, called from
// DefaultProperties::GetObjectItemSet() if a new ItemSet is created
- virtual void ForceDefaultAttributes() SAL_OVERRIDE;
+ virtual void ForceDefaultAttributes() override;
};
} // end of namespace properties
} // end of namespace sdr