diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-05 12:22:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-05 12:22:53 +0200 |
commit | f7b3b805b9881f3674e565484e05c9d30b32ee84 (patch) | |
tree | 9f2a178cead8126b3224453cf44e8fee8ea62abf /include | |
parent | 88c4fb7d7ce14e6f25b9700365d1389304017021 (diff) |
-Werror,-Winconsistent-missing-override
Change-Id: Ibd9d3858f833c24f38f982a941353204d9aa9081
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdograf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx index c0becced8c17..1029b55f5d0f 100644 --- a/include/svx/svdograf.hxx +++ b/include/svx/svdograf.hxx @@ -210,7 +210,7 @@ public: virtual SdrObject* getFullDragClone() const SAL_OVERRIDE; // add handles for crop mode when selected - virtual void addCropHandles(SdrHdlList& rTarget) const; + virtual void addCropHandles(SdrHdlList& rTarget) const SAL_OVERRIDE; }; #endif // INCLUDED_SVX_SVDOGRAF_HXX |