summaryrefslogtreecommitdiff
path: root/include/svx/sdr/contact/viewcontactofpageobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/contact/viewcontactofpageobj.hxx')
-rw-r--r--include/svx/sdr/contact/viewcontactofpageobj.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/sdr/contact/viewcontactofpageobj.hxx b/include/svx/sdr/contact/viewcontactofpageobj.hxx
index d2d1505060ca..60fc63d505d3 100644
--- a/include/svx/sdr/contact/viewcontactofpageobj.hxx
+++ b/include/svx/sdr/contact/viewcontactofpageobj.hxx
@@ -40,17 +40,17 @@ namespace sdr
protected:
// Create a Object-Specific ViewObjectContact, set ViewContact and
// ObjectContact. Always needs to return something.
- virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact);
+ virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) SAL_OVERRIDE;
// create graphical visualisation data
- virtual drawinglayer::primitive2d::Primitive2DSequence createViewIndependentPrimitive2DSequence() const;
+ virtual drawinglayer::primitive2d::Primitive2DSequence createViewIndependentPrimitive2DSequence() const SAL_OVERRIDE;
public:
// basic constructor, used from SdrObject.
explicit ViewContactOfPageObj(SdrPageObj& rPageObj);
virtual ~ViewContactOfPageObj();
// #WIP# React on changes of the object of this ViewContact
- virtual void ActionChanged();
+ virtual void ActionChanged() SAL_OVERRIDE;
// access to SdrObject
SdrPageObj& GetPageObj() const