summaryrefslogtreecommitdiff
path: root/svx/inc/sdr/properties/e3dlatheproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/sdr/properties/e3dlatheproperties.hxx')
-rw-r--r--svx/inc/sdr/properties/e3dlatheproperties.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/sdr/properties/e3dlatheproperties.hxx b/svx/inc/sdr/properties/e3dlatheproperties.hxx
index 381246477b40..9221816a10df 100644
--- a/svx/inc/sdr/properties/e3dlatheproperties.hxx
+++ b/svx/inc/sdr/properties/e3dlatheproperties.hxx
@@ -32,7 +32,7 @@ namespace sdr
{
protected:
// Called after ItemChange() is done for all items.
- virtual void PostItemChange(const sal_uInt16 nWhich) SAL_OVERRIDE;
+ virtual void PostItemChange(const sal_uInt16 nWhich) override;
public:
// basic constructor
@@ -45,7 +45,7 @@ namespace sdr
virtual ~E3dLatheProperties();
// Clone() operator, normally just calls the local copy constructor
- virtual BaseProperties& Clone(SdrObject& rObj) const SAL_OVERRIDE;
+ virtual BaseProperties& Clone(SdrObject& rObj) const override;
};
} // end of namespace properties
} // end of namespace sdr