summaryrefslogtreecommitdiff
path: root/svx/inc/sdr/contact/viewcontactofgroup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/sdr/contact/viewcontactofgroup.hxx')
-rw-r--r--svx/inc/sdr/contact/viewcontactofgroup.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/sdr/contact/viewcontactofgroup.hxx b/svx/inc/sdr/contact/viewcontactofgroup.hxx
index b21b31ac8cca..db910e40d090 100644
--- a/svx/inc/sdr/contact/viewcontactofgroup.hxx
+++ b/svx/inc/sdr/contact/viewcontactofgroup.hxx
@@ -34,7 +34,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) SAL_OVERRIDE;
+ virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
// internal access to SdrObject
const SdrObjGroup& GetSdrObjGroup() const
@@ -50,7 +50,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 SAL_OVERRIDE;
+ virtual drawinglayer::primitive2d::Primitive2DSequence createViewIndependentPrimitive2DSequence() const override;
};
} // end of namespace contact
} // end of namespace sdr