diff options
Diffstat (limited to 'include/svl/rectitem.hxx')
-rw-r--r-- | include/svl/rectitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/rectitem.hxx b/include/svl/rectitem.hxx index af438333dc7f..28872aec9a69 100644 --- a/include/svl/rectitem.hxx +++ b/include/svl/rectitem.hxx @@ -35,7 +35,7 @@ public: SfxRectangleItem(); SfxRectangleItem( sal_uInt16 nWhich, const Rectangle& rVal ); SfxRectangleItem( const SfxRectangleItem& ); - virtual ~SfxRectangleItem() {} + virtual ~SfxRectangleItem() override {} virtual bool GetPresentation( SfxItemPresentation ePres, MapUnit eCoreMetric, |