summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/hintwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/hintwin.hxx')
-rw-r--r--sc/source/ui/inc/hintwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/hintwin.hxx b/sc/source/ui/inc/hintwin.hxx
index 4328162712c8..08df23fbfbf9 100644
--- a/sc/source/ui/inc/hintwin.hxx
+++ b/sc/source/ui/inc/hintwin.hxx
@@ -33,7 +33,7 @@ private:
Font aHeadFont;
protected:
- virtual void Paint( const Rectangle& rRect );
+ virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;
public:
ScHintWindow( Window* pParent, const OUString& rTit, const OUString& rMsg );