diff options
Diffstat (limited to 'svx/source/table/tablehandles.hxx')
-rw-r--r-- | svx/source/table/tablehandles.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/table/tablehandles.hxx b/svx/source/table/tablehandles.hxx index 654e7b849458..2e71ae2c0918 100644 --- a/svx/source/table/tablehandles.hxx +++ b/svx/source/table/tablehandles.hxx @@ -48,7 +48,7 @@ public: sal_Int32 GetValidDragOffset( const SdrDragStat& rDrag ) const; - virtual Pointer GetPointer() const; + virtual Pointer GetPointer() const SAL_OVERRIDE; void SetEdge( sal_Int32 nEdge, sal_Int32 nStart, sal_Int32 nEnd, TableEdgeState nState ); @@ -59,7 +59,7 @@ public: protected: // create marker for this kind - virtual void CreateB2dIAObject(); + virtual void CreateB2dIAObject() SAL_OVERRIDE; private: bool mbHorizontal; @@ -74,12 +74,12 @@ public: const Rectangle& rRect, bool bAnimate); - virtual Pointer GetPointer() const; + virtual Pointer GetPointer() const SAL_OVERRIDE; bool getAnimate() const { return mbAnimate; } protected: // create marker for this kind - virtual void CreateB2dIAObject(); + virtual void CreateB2dIAObject() SAL_OVERRIDE; private: Rectangle maRectangle; |