summaryrefslogtreecommitdiff
path: root/svx/inc/sdr/properties/customshapeproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/sdr/properties/customshapeproperties.hxx')
-rw-r--r--svx/inc/sdr/properties/customshapeproperties.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/svx/inc/sdr/properties/customshapeproperties.hxx b/svx/inc/sdr/properties/customshapeproperties.hxx
index f2617cff1a86..184ecdae20e1 100644
--- a/svx/inc/sdr/properties/customshapeproperties.hxx
+++ b/svx/inc/sdr/properties/customshapeproperties.hxx
@@ -35,36 +35,36 @@ namespace sdr
protected:
// create a new itemset
- virtual SfxItemSet* CreateObjectSpecificItemSet(SfxItemPool& rPool) SAL_OVERRIDE;
+ virtual SfxItemSet* CreateObjectSpecificItemSet(SfxItemPool& rPool) override;
// test changeability for a single item
- virtual bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const SAL_OVERRIDE;
+ virtual bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const override;
// react on ItemSet changes
- virtual void ItemSetChanged(const SfxItemSet& rSet) SAL_OVERRIDE;
+ virtual void ItemSetChanged(const SfxItemSet& rSet) override;
// react on Item change
- virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) SAL_OVERRIDE;
+ virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) override;
// Called after ItemChange() is done for all items. Allows local reactions on
// specific item changes
- virtual void PostItemChange(const sal_uInt16 nWhich) SAL_OVERRIDE;
+ virtual void PostItemChange(const sal_uInt16 nWhich) override;
// clear single item
- virtual void ClearObjectItem(const sal_uInt16 nWhich = 0) SAL_OVERRIDE;
+ virtual void ClearObjectItem(const sal_uInt16 nWhich = 0) override;
// clear single item direct, do not do any notifies or things like that.
// Also supports complete deleteion of items when default parameter 0 is used.
- virtual void ClearObjectItemDirect(const sal_uInt16 nWhich = 0) SAL_OVERRIDE;
+ virtual void ClearObjectItemDirect(const sal_uInt16 nWhich = 0) override;
public:
// 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;
// basic constructor
explicit CustomShapeProperties(SdrObject& rObj);
@@ -76,10 +76,10 @@ namespace sdr
virtual ~CustomShapeProperties();
// Clone() operator, normally just calls the local copy constructor
- virtual BaseProperties& Clone(SdrObject& rObj) const SAL_OVERRIDE;
+ virtual BaseProperties& Clone(SdrObject& rObj) const override;
// This is the notifyer from SfxListener
- virtual void Notify(SfxBroadcaster& rBC, const SfxHint& rHint) SAL_OVERRIDE;
+ virtual void Notify(SfxBroadcaster& rBC, const SfxHint& rHint) override;
};
} // end of namespace properties
} // end of namespace sdr