summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-03 15:34:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-04 08:35:48 +0200
commitb3499a00fc7c1ce3393577c592b9ac6771d2a922 (patch)
tree412c45e7ef85d5851fbabe784665db195bbb2cea /connectivity
parentbc37a4c803cf16e969e51a67349ff83bd4de0fb0 (diff)
loplugin:unusedfields
Change-Id: I6bf3de7ba6e6bff2fd607156a0dcdd554887e491 Reviewed-on: https://gerrit.libreoffice.org/39475 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/evoab2/NPreparedStatement.hxx13
-rw-r--r--connectivity/source/drivers/evoab2/NResultSet.hxx1
-rw-r--r--connectivity/source/drivers/evoab2/NTable.hxx1
3 files changed, 0 insertions, 15 deletions
diff --git a/connectivity/source/drivers/evoab2/NPreparedStatement.hxx b/connectivity/source/drivers/evoab2/NPreparedStatement.hxx
index 51bfd46d4d1f..e9b0b8ec7961 100644
--- a/connectivity/source/drivers/evoab2/NPreparedStatement.hxx
+++ b/connectivity/source/drivers/evoab2/NPreparedStatement.hxx
@@ -46,19 +46,6 @@ namespace connectivity
,public OPreparedStatement_BASE
{
protected:
- struct Parameter
- {
- css::uno::Any aValue;
- sal_Int32 nDataType;
-
- Parameter(const css::uno::Any& rValue, sal_Int32 rDataType) : aValue(rValue),nDataType(rDataType)
- {
- }
-
- };
-
- std::vector< Parameter> m_aParameters;
-
// Data attributes
diff --git a/connectivity/source/drivers/evoab2/NResultSet.hxx b/connectivity/source/drivers/evoab2/NResultSet.hxx
index 6d506dc238e9..2ed512817c12 100644
--- a/connectivity/source/drivers/evoab2/NResultSet.hxx
+++ b/connectivity/source/drivers/evoab2/NResultSet.hxx
@@ -88,7 +88,6 @@ namespace connectivity
OCommonStatement* m_pStatement;
OEvoabConnection* m_pConnection;
- css::uno::WeakReferenceHelper m_aStatement;
rtl::Reference<OEvoabResultSetMetaData> m_xMetaData;
::dbtools::WarningsContainer m_aWarnings;
diff --git a/connectivity/source/drivers/evoab2/NTable.hxx b/connectivity/source/drivers/evoab2/NTable.hxx
index 4d0a4ea88b69..c3e984ce78b6 100644
--- a/connectivity/source/drivers/evoab2/NTable.hxx
+++ b/connectivity/source/drivers/evoab2/NTable.hxx
@@ -31,7 +31,6 @@ namespace connectivity
class OEvoabTable : public OEvoabTable_TYPEDEF
{
- css::uno::Reference< css::sdbc::XDatabaseMetaData > m_xMetaData;
OEvoabConnection* m_pConnection;
public: