summaryrefslogtreecommitdiff
path: root/include/svtools/ruler.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-18 10:00:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-18 10:00:23 +0200
commitb148c05e3f39c8ea63d6c1e75cd43c92b930cfbe (patch)
tree71a1eba05401996c74e0a1bb919488545915d2e4 /include/svtools/ruler.hxx
parent626b1e9177eed280a71ca9a009bc76a4c3476364 (diff)
-Werror,-Winconsistent-missing-override
Change-Id: Ie71f97ddb84d97a816a51e095fb6fb81180baf0a
Diffstat (limited to 'include/svtools/ruler.hxx')
-rw-r--r--include/svtools/ruler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx
index b9510694ca33..4724334c6119 100644
--- a/include/svtools/ruler.hxx
+++ b/include/svtools/ruler.hxx
@@ -690,7 +690,7 @@ private:
SVT_DLLPRIVATE void ImplDrawExtra(vcl::RenderContext& rRenderContext, bool bPaint = false);
SVT_DLLPRIVATE void ImplUpdate( bool bMustCalc = false );
- virtual void ApplySettings(vcl::RenderContext& rRenderContext);
+ virtual void ApplySettings(vcl::RenderContext& rRenderContext) SAL_OVERRIDE;
using Window::ImplHitTest;
SVT_DLLPRIVATE bool ImplHitTest( const Point& rPosition,