summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaworkbook.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-25 08:35:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-25 08:15:15 +0000
commit3c6b7c8b43d23dd7de46c02ee2cfa5bd2a97f168 (patch)
tree22b9d585ed6ba4c1d678f218864fd14fc8a4b3ca /sc/source/ui/vba/vbaworkbook.hxx
parent4fabc2347c75bd09312c6d4b5c7695c26914af52 (diff)
loplugin: unnecessary destructor sc
Change-Id: I877bc0927aff7d175c1978fdf3db55d2e048d3b9 Reviewed-on: https://gerrit.libreoffice.org/33510 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/vba/vbaworkbook.hxx')
-rw-r--r--sc/source/ui/vba/vbaworkbook.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaworkbook.hxx b/sc/source/ui/vba/vbaworkbook.hxx
index 34bb2ad6b95e..647641e1d6e8 100644
--- a/sc/source/ui/vba/vbaworkbook.hxx
+++ b/sc/source/ui/vba/vbaworkbook.hxx
@@ -38,7 +38,6 @@ public:
ScVbaWorkbook( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext,
css::uno::Reference< css::frame::XModel > const & xModel );
ScVbaWorkbook( css::uno::Sequence< css::uno::Any > const& aArgs, css::uno::Reference< css::uno::XComponentContext >const& xContext );
- virtual ~ScVbaWorkbook() override {}
// Attributes
virtual sal_Bool SAL_CALL getProtectStructure() throw (css::uno::RuntimeException, std::exception) override;