[Libreoffice-commits] core.git: include/svx

Stephan Bergmann sbergman at redhat.com
Tue May 5 03:23:24 PDT 2015


 include/svx/svdograf.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f7b3b805b9881f3674e565484e05c9d30b32ee84
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue May 5 12:22:53 2015 +0200

    -Werror,-Winconsistent-missing-override
    
    Change-Id: Ibd9d3858f833c24f38f982a941353204d9aa9081

diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx
index c0becce..1029b55 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


More information about the Libreoffice-commits mailing list