From 564805d6f825a7889e039c3f95a638fa7c00b4f4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 20 Jul 2015 13:58:12 +0200 Subject: loplugin:unusedmethods vbahelper Change-Id: Ia04e2682e3bd05591b67b9fe15557ce8c0e7939e Reviewed-on: https://gerrit.libreoffice.org/17234 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/vbahelper/vbadocumentsbase.hxx | 1 - include/vbahelper/vbashape.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'include/vbahelper') diff --git a/include/vbahelper/vbadocumentsbase.hxx b/include/vbahelper/vbadocumentsbase.hxx index b87702fca6f0..a3b4d881ca5a 100644 --- a/include/vbahelper/vbadocumentsbase.hxx +++ b/include/vbahelper/vbadocumentsbase.hxx @@ -51,7 +51,6 @@ public: protected: css::uno::Any createDocument() throw (css::uno::RuntimeException, std::exception); - void closeDocuments() throw (css::uno::RuntimeException); css::uno::Any openDocument( const OUString& Filename, const css::uno::Any& ReadOnly, const css::uno::Sequence< css::beans::PropertyValue >& rProps ) throw (css::uno::RuntimeException); }; diff --git a/include/vbahelper/vbashape.hxx b/include/vbahelper/vbashape.hxx index 897ff5b0b0ea..5cedd998ea98 100644 --- a/include/vbahelper/vbashape.hxx +++ b/include/vbahelper/vbashape.hxx @@ -53,7 +53,6 @@ public: ScVbaShape( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Reference< css::drawing::XShape >& xShape, const css::uno::Reference< css::drawing::XShapes >& xShapes, const css::uno::Reference< css::frame::XModel >& xModel, sal_Int32 nType ) throw (css::lang::IllegalArgumentException, css::uno::RuntimeException); virtual ~ScVbaShape(); - css::uno::Any getRange() { return m_aRange; }; void setRange( css::uno::Any aRange ) { m_aRange = aRange; }; static sal_Int32 getType( const css::uno::Reference< css::drawing::XShape >& rShape ) throw (css::uno::RuntimeException); -- cgit