summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLCodeNameProvider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLCodeNameProvider.hxx')
-rw-r--r--sc/source/filter/xml/XMLCodeNameProvider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/XMLCodeNameProvider.hxx b/sc/source/filter/xml/XMLCodeNameProvider.hxx
index b135ac7890c1..4b249782caa8 100644
--- a/sc/source/filter/xml/XMLCodeNameProvider.hxx
+++ b/sc/source/filter/xml/XMLCodeNameProvider.hxx
@@ -36,7 +36,7 @@ class XMLCodeNameProvider : public ::cppu::WeakImplHelper< css::container::XName
public:
explicit XMLCodeNameProvider(ScDocument* pDoc);
- virtual ~XMLCodeNameProvider();
+ virtual ~XMLCodeNameProvider() override;
virtual sal_Bool SAL_CALL hasByName( const OUString& aName )
throw (css::uno::RuntimeException, std::exception ) override;