summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NPreparedStatement.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-07 10:08:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-07 10:35:19 +0100
commitded02dafbce173f2f1a23e10deee8002f73317b2 (patch)
treef4ef1b72f177ab53a313cfe8791e86d363c3c6e3 /connectivity/source/drivers/evoab2/NPreparedStatement.hxx
parent52abd40ce879ea140b9ffe80980e5a56a09ca538 (diff)
loplugin:finalclasses in connectivity
Change-Id: I0cd075efad83c0a8d6f05c91201a9aa86649590b Reviewed-on: https://gerrit.libreoffice.org/44386 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/drivers/evoab2/NPreparedStatement.hxx')
-rw-r--r--connectivity/source/drivers/evoab2/NPreparedStatement.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/connectivity/source/drivers/evoab2/NPreparedStatement.hxx b/connectivity/source/drivers/evoab2/NPreparedStatement.hxx
index e9b0b8ec7961..20d5790ca4a0 100644
--- a/connectivity/source/drivers/evoab2/NPreparedStatement.hxx
+++ b/connectivity/source/drivers/evoab2/NPreparedStatement.hxx
@@ -42,13 +42,9 @@ namespace connectivity
css::sdbc::XMultipleResults,
css::lang::XServiceInfo> OPreparedStatement_BASE;
- class OEvoabPreparedStatement :public OCommonStatement
+ class OEvoabPreparedStatement final:public OCommonStatement
,public OPreparedStatement_BASE
{
- protected:
- // Data attributes
-
-
// our SQL statement
OUString m_sSqlStatement;
// the EBookQuery we're working with
@@ -56,7 +52,6 @@ namespace connectivity
// our meta data
css::uno::Reference< css::sdbc::XResultSetMetaData > m_xMetaData;
- protected:
virtual ~OEvoabPreparedStatement() override;
public:
@@ -64,7 +59,7 @@ namespace connectivity
void construct( const OUString& _sql );
- protected:
+ private:
DECLARE_SERVICE_INFO();
//XInterface
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override;