summaryrefslogtreecommitdiff
path: root/include/svx/sdr/contact/viewcontactofgroup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/contact/viewcontactofgroup.hxx')
-rw-r--r--include/svx/sdr/contact/viewcontactofgroup.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdr/contact/viewcontactofgroup.hxx b/include/svx/sdr/contact/viewcontactofgroup.hxx
index da388004f837..4ed308ca4eb0 100644
--- a/include/svx/sdr/contact/viewcontactofgroup.hxx
+++ b/include/svx/sdr/contact/viewcontactofgroup.hxx
@@ -39,7 +39,7 @@ namespace sdr
// Create a Object-Specific ViewObjectContact, set ViewContact and
// ObjectContact. Always needs to return something. Default is to create
// a standard ViewObjectContact containing the given ObjectContact and *this
- virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact);
+ virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) SAL_OVERRIDE;
// internal access to SdrObject
SdrObjGroup& GetSdrObjGroup() const
@@ -55,7 +55,7 @@ namespace sdr
protected:
// This method is responsible for creating the graphical visualisation data
// ONLY based on model data
- virtual drawinglayer::primitive2d::Primitive2DSequence createViewIndependentPrimitive2DSequence() const;
+ virtual drawinglayer::primitive2d::Primitive2DSequence createViewIndependentPrimitive2DSequence() const SAL_OVERRIDE;
};
} // end of namespace contact
} // end of namespace sdr