summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaname.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbaname.hxx')
-rw-r--r--sc/source/ui/vba/vbaname.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaname.hxx b/sc/source/ui/vba/vbaname.hxx
index b79f104383d5..c2b049948e8b 100644
--- a/sc/source/ui/vba/vbaname.hxx
+++ b/sc/source/ui/vba/vbaname.hxx
@@ -38,7 +38,7 @@ class ScVbaName : public NameImpl_BASE
void setContent( const OUString& sContent, const formula::FormulaGrammar::Grammar eGrammar );
public:
ScVbaName( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Reference< css::sheet::XNamedRange >& xName , const css::uno::Reference< css::sheet::XNamedRanges >& xNames , const css::uno::Reference< css::frame::XModel >& xModel );
- virtual ~ScVbaName();
+ virtual ~ScVbaName() override;
// Attributes
virtual OUString SAL_CALL getName() throw (css::uno::RuntimeException, std::exception) override;