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

New commits:
commit b148c05e3f39c8ea63d6c1e75cd43c92b930cfbe
Author: Stephan Bergmann <sberg...@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,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to