From 61d49afadb2badc7572b04c73ee682afde1d2e7b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Aug 2017 13:01:54 +0200 Subject: loplugin:unusedmethods Change-Id: Id66cf12e3a59aeed1b9a7a111b841e30b248635b Reviewed-on: https://gerrit.libreoffice.org/40876 Tested-by: Jenkins Reviewed-by: Jochen Nitschke Reviewed-by: Noel Grandin --- connectivity/source/drivers/evoab2/NDriver.hxx | 2 -- connectivity/source/drivers/evoab2/NResultSet.hxx | 2 -- 2 files changed, 4 deletions(-) (limited to 'connectivity/source') diff --git a/connectivity/source/drivers/evoab2/NDriver.hxx b/connectivity/source/drivers/evoab2/NDriver.hxx index c0570e9186ce..788eed1d4b05 100644 --- a/connectivity/source/drivers/evoab2/NDriver.hxx +++ b/connectivity/source/drivers/evoab2/NDriver.hxx @@ -76,8 +76,6 @@ namespace connectivity virtual sal_Int32 SAL_CALL getMinorVersion( ) override; public: - const css::uno::Reference< css::lang::XMultiServiceFactory > - & getMSFactory() const { return m_xFactory; } css::uno::Reference< css::uno::XComponentContext > getComponentContext( ) const { return comphelper::getComponentContext( m_xFactory ); } diff --git a/connectivity/source/drivers/evoab2/NResultSet.hxx b/connectivity/source/drivers/evoab2/NResultSet.hxx index 2ed512817c12..692dd9f8a062 100644 --- a/connectivity/source/drivers/evoab2/NResultSet.hxx +++ b/connectivity/source/drivers/evoab2/NResultSet.hxx @@ -120,8 +120,6 @@ namespace connectivity OEvoabResultSet( OCommonStatement *pStmt, OEvoabConnection *pConnection ); void construct( const QueryData& _rData ); - OEvoabConnection * getConnection() { return m_pConnection; } - css::uno::Reference< css::uno::XInterface > operator *() { return css::uno::Reference< css::uno::XInterface >(*static_cast(this)); -- cgit