summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-02-02 11:05:28 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-02-02 11:05:54 +0100
commit50d3ea929e5519d7727f18183d5f4df4f455286e (patch)
tree33862f6c12e7903c14f0372a5c0d8767ec08d9f9 /sw/inc
parentbd8610ebafa9caf9f09a5aba9cca04c23691513d (diff)
sw: -Werror,-Winconsistent-missing-override
Change-Id: I96ce357b1e5a7260c07872182763eaea22a7d0c3
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unotxdoc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index 5b2e6d054340..0e1009ce42c9 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;