summaryrefslogtreecommitdiff
path: root/include/svx/sdr/properties/e3dsphereproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/properties/e3dsphereproperties.hxx')
-rw-r--r--include/svx/sdr/properties/e3dsphereproperties.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdr/properties/e3dsphereproperties.hxx b/include/svx/sdr/properties/e3dsphereproperties.hxx
index 2481af6a6007..a92596b6661f 100644
--- a/include/svx/sdr/properties/e3dsphereproperties.hxx
+++ b/include/svx/sdr/properties/e3dsphereproperties.hxx
@@ -32,7 +32,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
@@ -45,7 +45,7 @@ namespace sdr
virtual ~E3dSphereProperties();
// 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