summaryrefslogtreecommitdiff
path: root/svx/inc/sdr/contact/viewcontactofgraphic.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/sdr/contact/viewcontactofgraphic.hxx')
-rw-r--r--svx/inc/sdr/contact/viewcontactofgraphic.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/sdr/contact/viewcontactofgraphic.hxx b/svx/inc/sdr/contact/viewcontactofgraphic.hxx
index d3657e5e4b37..e9e590cf7c3a 100644
--- a/svx/inc/sdr/contact/viewcontactofgraphic.hxx
+++ b/svx/inc/sdr/contact/viewcontactofgraphic.hxx
@@ -45,7 +45,7 @@ namespace sdr
protected:
// Create a Object-Specific ViewObjectContact, set ViewContact and
// ObjectContact. Always needs to return something.
- virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) SAL_OVERRIDE;
+ virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
public:
// access to SdrObject
@@ -72,7 +72,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