[Libreoffice-commits] core.git: include/vcl
Stephan Bergmann
sbergman at redhat.com
Fri Feb 13 09:41:12 PST 2015
include/vcl/floatwin.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d7e92309239e6da60bd13b984ffaace8b4ef638e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Feb 13 18:40:34 2015 +0100
-Werror,-Winconsistent-missing-override
Change-Id: Ib1445e9c66c08044434c7e8c828d2fc7b6a0a04c
diff --git a/include/vcl/floatwin.hxx b/include/vcl/floatwin.hxx
index c9e03b4..d527145 100644
--- a/include/vcl/floatwin.hxx
+++ b/include/vcl/floatwin.hxx
@@ -94,7 +94,7 @@ private:
SAL_DLLPRIVATE void ImplCallPopupModeEnd();
DECL_DLLPRIVATE_LINK( ImplEndPopupModeHdl, void* );
- virtual void setPosSizeOnContainee(Size aSize, Window &rBox);
+ virtual void setPosSizeOnContainee(Size aSize, Window &rBox) SAL_OVERRIDE;
FloatingWindow (const FloatingWindow &) SAL_DELETED_FUNCTION;
FloatingWindow & operator= (const FloatingWindow &) SAL_DELETED_FUNCTION;
More information about the Libreoffice-commits
mailing list