diff options
Diffstat (limited to 'include/svx/svdograf.hxx')
-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 |