diff options
Diffstat (limited to 'include/svx/pagectrl.hxx')
-rw-r--r-- | include/svx/pagectrl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/pagectrl.hxx b/include/svx/pagectrl.hxx index 2d253328a4de..ebec43cf2d75 100644 --- a/include/svx/pagectrl.hxx +++ b/include/svx/pagectrl.hxx @@ -71,7 +71,7 @@ private: OUString aRightText; protected: - virtual void Paint( const Rectangle& rRect ); + virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE; virtual void DrawPage( const Point& rPoint, const bool bSecond, @@ -154,7 +154,7 @@ public: void ResetBackground(); - virtual Size GetOptimalSize() const; + virtual Size GetOptimalSize() const SAL_OVERRIDE; }; #endif // INCLUDED_SVX_PAGECTRL_HXX |