diff options
Diffstat (limited to 'include/vbahelper/vbadocumentsbase.hxx')
-rw-r--r-- | include/vbahelper/vbadocumentsbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbadocumentsbase.hxx b/include/vbahelper/vbadocumentsbase.hxx index 9a47a92f8be6..4f592c5f455d 100644 --- a/include/vbahelper/vbadocumentsbase.hxx +++ b/include/vbahelper/vbadocumentsbase.hxx @@ -60,7 +60,7 @@ private: public: VbaDocumentsBase( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, DOCUMENT_TYPE eDocType ) throw (css::uno::RuntimeException); - virtual ~VbaDocumentsBase() {} + virtual ~VbaDocumentsBase() override {} // XEnumerationAccess virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException) override = 0; |