summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xehelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xehelper.hxx')
-rw-r--r--sc/source/filter/inc/xehelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xehelper.hxx b/sc/source/filter/inc/xehelper.hxx
index 6b17b323747b..81f89463c40e 100644
--- a/sc/source/filter/inc/xehelper.hxx
+++ b/sc/source/filter/inc/xehelper.hxx
@@ -41,7 +41,7 @@ class XclExpProgressBar : protected XclExpRoot
{
public:
explicit XclExpProgressBar( const XclExpRoot& rRoot );
- virtual ~XclExpProgressBar();
+ virtual ~XclExpProgressBar() override;
/** Initializes all segments and sub progress bars. */
void Initialize();
@@ -177,7 +177,7 @@ public:
typedef std::shared_ptr< XclExpHyperlink > XclExpHyperlinkRef;
explicit XclExpHyperlinkHelper( const XclExpRoot& rRoot, const ScAddress& rScPos );
- virtual ~XclExpHyperlinkHelper();
+ virtual ~XclExpHyperlinkHelper() override;
/** Processes the passed URL field (tries to create a HLINK record).
@return The representation string of the URL field. */