summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/DrawViewWrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/DrawViewWrapper.hxx')
-rw-r--r--chart2/source/controller/inc/DrawViewWrapper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/inc/DrawViewWrapper.hxx b/chart2/source/controller/inc/DrawViewWrapper.hxx
index 3ee9ad5e633a..450cae09be9c 100644
--- a/chart2/source/controller/inc/DrawViewWrapper.hxx
+++ b/chart2/source/controller/inc/DrawViewWrapper.hxx
@@ -56,7 +56,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > & xChartModel );
//fill list of selection handles 'aHdl'
- virtual void SetMarkHandles();
+ virtual void SetMarkHandles() SAL_OVERRIDE;
SdrPageView* GetPageView() const;
@@ -70,7 +70,7 @@ public:
//pMarkHandleProvider can be NULL; ownership is not taken
void setMarkHandleProvider( MarkHandleProvider* pMarkHandleProvider );
- void CompleteRedraw(OutputDevice* pOut, const Region& rReg, sdr::contact::ViewObjectContactRedirector* pRedirector = 0);
+ void CompleteRedraw(OutputDevice* pOut, const Region& rReg, sdr::contact::ViewObjectContactRedirector* pRedirector = 0) SAL_OVERRIDE;
SdrObject* getSelectedObject() const;
SdrObject* getTextEditObject() const;
@@ -81,7 +81,7 @@ public:
SdrObject* getNamedSdrObject( const OUString& rName ) const;
bool IsObjectHit( SdrObject* pObj, const Point& rPnt ) const;
- virtual void Notify(SfxBroadcaster& rBC, const SfxHint& rHint);
+ virtual void Notify(SfxBroadcaster& rBC, const SfxHint& rHint) SAL_OVERRIDE;
static SdrObject* getSdrObject( const ::com::sun::star::uno::Reference<
::com::sun::star::drawing::XShape >& xShape );