diff options
Diffstat (limited to 'include/editeng/unoviwou.hxx')
-rw-r--r-- | include/editeng/unoviwou.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unoviwou.hxx b/include/editeng/unoviwou.hxx index a935302b6186..ec3fa18dc33b 100644 --- a/include/editeng/unoviwou.hxx +++ b/include/editeng/unoviwou.hxx @@ -37,7 +37,7 @@ private: public: explicit SvxDrawOutlinerViewForwarder( OutlinerView& rOutl ); SvxDrawOutlinerViewForwarder( OutlinerView& rOutl, const Point& rShapePosTopLeft ); - virtual ~SvxDrawOutlinerViewForwarder(); + virtual ~SvxDrawOutlinerViewForwarder() override; virtual bool IsValid() const override; |