summaryrefslogtreecommitdiff
path: root/include/svx/sdr/properties/e3dextrudeproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/properties/e3dextrudeproperties.hxx')
-rw-r--r--include/svx/sdr/properties/e3dextrudeproperties.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdr/properties/e3dextrudeproperties.hxx b/include/svx/sdr/properties/e3dextrudeproperties.hxx
index b5d64068a9f5..dac3f8e173ea 100644
--- a/include/svx/sdr/properties/e3dextrudeproperties.hxx
+++ b/include/svx/sdr/properties/e3dextrudeproperties.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 ~E3dExtrudeProperties();
// 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