summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xihelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xihelper.hxx')
-rw-r--r--sc/source/filter/inc/xihelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xihelper.hxx b/sc/source/filter/inc/xihelper.hxx
index 09a5a0ef3920..0cd1583613a3 100644
--- a/sc/source/filter/inc/xihelper.hxx
+++ b/sc/source/filter/inc/xihelper.hxx
@@ -171,7 +171,7 @@ public:
const XclImpHFConverter& operator=(const XclImpHFConverter&) = delete;
explicit XclImpHFConverter( const XclImpRoot& rRoot );
- virtual ~XclImpHFConverter();
+ virtual ~XclImpHFConverter() override;
/** Parses the passed string and creates three new edit engine text objects. */
void ParseString( const OUString& rHFString );