summaryrefslogtreecommitdiff
path: root/include/svx/sdr/contact/viewcontactofunocontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/contact/viewcontactofunocontrol.hxx')
-rw-r--r--include/svx/sdr/contact/viewcontactofunocontrol.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdr/contact/viewcontactofunocontrol.hxx b/include/svx/sdr/contact/viewcontactofunocontrol.hxx
index 7c180cfa81a3..84378f2ce8cc 100644
--- a/include/svx/sdr/contact/viewcontactofunocontrol.hxx
+++ b/include/svx/sdr/contact/viewcontactofunocontrol.hxx
@@ -70,7 +70,7 @@ namespace sdr { namespace contact {
getTemporaryControlForWindow( const Window& _rWindow, ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer >& _inout_ControlContainer ) const;
protected:
- virtual ViewObjectContact& CreateObjectSpecificViewObjectContact( ObjectContact& _rObjectContact );
+ virtual ViewObjectContact& CreateObjectSpecificViewObjectContact( ObjectContact& _rObjectContact ) SAL_OVERRIDE;
private:
ViewContactOfUnoControl(); // never implemented
@@ -80,7 +80,7 @@ namespace sdr { namespace contact {
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;
};