diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-26 13:48:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-27 06:50:02 +0000 |
commit | 32a461bdd6ffda4b59ff262e1fcbcbe8bf2be7a0 (patch) | |
tree | aa485a2f87ef09d7839fb1c7bedca0a6cfd5f865 /include/vbahelper/vbadocumentsbase.hxx | |
parent | fab2f546d1fb3ceaf5ee5d4d728f1728a8f1e7f3 (diff) |
loplugin: unnecessary destructor vbahelper..vcl
Change-Id: I6b7800d4a456391251168f7923a1ec7a5ca9efc9
Reviewed-on: https://gerrit.libreoffice.org/33577
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vbahelper/vbadocumentsbase.hxx')
-rw-r--r-- | include/vbahelper/vbadocumentsbase.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vbahelper/vbadocumentsbase.hxx b/include/vbahelper/vbadocumentsbase.hxx index 5ca030bf8855..ac6d316a0256 100644 --- a/include/vbahelper/vbadocumentsbase.hxx +++ b/include/vbahelper/vbadocumentsbase.hxx @@ -61,7 +61,6 @@ private: public: /// @throws css::uno::RuntimeException VbaDocumentsBase( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, DOCUMENT_TYPE eDocType ); - virtual ~VbaDocumentsBase() override {} // XEnumerationAccess virtual css::uno::Type SAL_CALL getElementType() override = 0; |