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