[Libreoffice-commits] core.git: sw/inc
Miklos Vajna
vmiklos at collabora.co.uk
Tue Feb 2 10:06:27 UTC 2016
sw/inc/unotxdoc.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 50d3ea929e5519d7727f18183d5f4df4f455286e
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Tue Feb 2 11:05:28 2016 +0100
sw: -Werror,-Winconsistent-missing-override
Change-Id: I96ce357b1e5a7260c07872182763eaea22a7d0c3
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index 5b2e6d0..0e1009c 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -435,7 +435,7 @@ public:
/// @see vcl::ITiledRenderable::isMimeTypeSupported().
virtual bool isMimeTypeSupported() override;
/// @see vcl::ITiledRenderable::setClientVisibleArea().
- virtual void setClientVisibleArea(const Rectangle& rRectangle);
+ virtual void setClientVisibleArea(const Rectangle& rRectangle) override;
/// @see vcl::ITiledRenderable::getPointer().
virtual Pointer getPointer() override;
More information about the Libreoffice-commits
mailing list