summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/colrowst.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/colrowst.hxx')
-rw-r--r--sc/source/filter/inc/colrowst.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/colrowst.hxx b/sc/source/filter/inc/colrowst.hxx
index 7d973920844a..af8bf385dcec 100644
--- a/sc/source/filter/inc/colrowst.hxx
+++ b/sc/source/filter/inc/colrowst.hxx
@@ -27,7 +27,7 @@ class XclImpColRowSettings : protected XclImpRoot
{
public:
explicit XclImpColRowSettings( const XclImpRoot& rRoot );
- virtual ~XclImpColRowSettings();
+ virtual ~XclImpColRowSettings() override;
void SetDefWidth( sal_uInt16 nDefWidth, bool bStdWidthRec = false );
void SetWidthRange( SCCOL nCol1, SCCOL nCol2, sal_uInt16 nWidth );