diff options
Diffstat (limited to 'chart2/source/controller/inc/DrawViewWrapper.hxx')
-rw-r--r-- | chart2/source/controller/inc/DrawViewWrapper.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/source/controller/inc/DrawViewWrapper.hxx b/chart2/source/controller/inc/DrawViewWrapper.hxx index fda4898f274c..fb1ce41ee9ff 100644 --- a/chart2/source/controller/inc/DrawViewWrapper.hxx +++ b/chart2/source/controller/inc/DrawViewWrapper.hxx @@ -49,6 +49,9 @@ class MarkHandleProvider public: virtual bool getMarkHandles( SdrHdlList& rHdlList ) =0; virtual bool getFrameDragSingles() =0; + +protected: + ~MarkHandleProvider() {} }; class DrawViewWrapper : public E3dView |