[Libreoffice-commits] core.git: include/vcl
Stephan Bergmann
sbergman at redhat.com
Wed May 20 04:52:07 PDT 2015
include/vcl/scrbar.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e854ed8ea85fb48f5a049dfc6a87309ff9c7c2ca
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed May 20 13:51:25 2015 +0200
-Werror,-Winconsistent-missing-override
Change-Id: Ifc2e1159744dcaf5e7b0249ad00610e41cfe4fca
diff --git a/include/vcl/scrbar.hxx b/include/vcl/scrbar.hxx
index bbe334b..0bc0d22 100644
--- a/include/vcl/scrbar.hxx
+++ b/include/vcl/scrbar.hxx
@@ -153,7 +153,7 @@ private:
using Window::ImplInit;
SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
- virtual void ApplySettings(vcl::RenderContext& rRenderContext);
+ virtual void ApplySettings(vcl::RenderContext& rRenderContext) SAL_OVERRIDE;
public:
explicit ScrollBarBox( vcl::Window* pParent, WinBits nStyle = 0 );
More information about the Libreoffice-commits
mailing list