summaryrefslogtreecommitdiff
path: root/include/svx/sdr/contact/viewcontactofsdrole2obj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/contact/viewcontactofsdrole2obj.hxx')
-rw-r--r--include/svx/sdr/contact/viewcontactofsdrole2obj.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/sdr/contact/viewcontactofsdrole2obj.hxx b/include/svx/sdr/contact/viewcontactofsdrole2obj.hxx
index 56b5d4007abf..cd8e2903dec8 100644
--- a/include/svx/sdr/contact/viewcontactofsdrole2obj.hxx
+++ b/include/svx/sdr/contact/viewcontactofsdrole2obj.hxx
@@ -44,7 +44,7 @@ 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;
public:
// access to SdrOle2Obj
@@ -67,12 +67,12 @@ namespace sdr
drawinglayer::primitive2d::Primitive2DSequence createPrimitive2DSequenceWithParameters() const;
// #i123539# get rid of buffered chart content (if there) on change
- virtual void ActionChanged();
+ virtual void ActionChanged() SAL_OVERRIDE;
protected:
// This method is responsible for creating the graphical visualisation data
// ONLY based on model data, just wraps to call createPrimitive2DSequenceWithParameters(false)
- virtual drawinglayer::primitive2d::Primitive2DSequence createViewIndependentPrimitive2DSequence() const;
+ virtual drawinglayer::primitive2d::Primitive2DSequence createViewIndependentPrimitive2DSequence() const SAL_OVERRIDE;
};
} // end of namespace contact
} // end of namespace sdr