[Libreoffice-commits] core.git: include/svtools

Stephan Bergmann sbergman at redhat.com
Mon May 18 01:00:59 PDT 2015


 include/svtools/ruler.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b148c05e3f39c8ea63d6c1e75cd43c92b930cfbe
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon May 18 10:00:23 2015 +0200

    -Werror,-Winconsistent-missing-override
    
    Change-Id: Ie71f97ddb84d97a816a51e095fb6fb81180baf0a

diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx
index b951069..4724334 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,


More information about the Libreoffice-commits mailing list