summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xelink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xelink.cxx')
-rw-r--r--sc/source/filter/excel/xelink.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xelink.cxx b/sc/source/filter/excel/xelink.cxx
index c54c6fb4389f..3a8c0d21fdb0 100644
--- a/sc/source/filter/excel/xelink.cxx
+++ b/sc/source/filter/excel/xelink.cxx
@@ -51,7 +51,7 @@ public:
/** @param nFlags The flags to export. */
explicit XclExpExtNameBase( const XclExpRoot& rRoot,
const OUString& rName, sal_uInt16 nFlags = 0 );
- virtual ~XclExpExtNameBase();
+ virtual ~XclExpExtNameBase() override;
/** Returns the name string of the external name. */
inline const OUString& GetName() const { return maName; }