summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbadocumentbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbadocumentbase.hxx')
-rw-r--r--include/vbahelper/vbadocumentbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbadocumentbase.hxx b/include/vbahelper/vbadocumentbase.hxx
index 1979c6cb6141..ca1f49db415c 100644
--- a/include/vbahelper/vbadocumentbase.hxx
+++ b/include/vbahelper/vbadocumentbase.hxx
@@ -56,7 +56,7 @@ public:
VbaDocumentBase( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext,
css::uno::Reference< css::frame::XModel > const & xModel );
VbaDocumentBase( css::uno::Sequence< css::uno::Any > const& aArgs, css::uno::Reference< css::uno::XComponentContext >const& xContext );
- virtual ~VbaDocumentBase() {}
+ virtual ~VbaDocumentBase() override {}
// Attributes
virtual OUString SAL_CALL getName() throw (css::uno::RuntimeException, std::exception) override;