summaryrefslogtreecommitdiff
path: root/include/svx/sdr/properties/oleproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/properties/oleproperties.hxx')
-rw-r--r--include/svx/sdr/properties/oleproperties.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdr/properties/oleproperties.hxx b/include/svx/sdr/properties/oleproperties.hxx
index 5a10f87bd771..9a78025acd77 100644
--- a/include/svx/sdr/properties/oleproperties.hxx
+++ b/include/svx/sdr/properties/oleproperties.hxx
@@ -42,11 +42,11 @@ namespace sdr
virtual ~OleProperties();
// Clone() operator, normally just calls the local copy constructor
- virtual BaseProperties& Clone(SdrObject& rObj) const;
+ virtual BaseProperties& Clone(SdrObject& rObj) const SAL_OVERRIDE;
// force default attributes for a specific object type, called from
// DefaultProperties::GetObjectItemSet() if a new ItemSet is created
- virtual void ForceDefaultAttributes();
+ virtual void ForceDefaultAttributes() SAL_OVERRIDE;
};
} // end of namespace properties
} // end of namespace sdr