[Libreoffice-commits] .: connectivity/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Dec 6 08:14:27 PST 2012
connectivity/source/drivers/evoab2/NStatement.cxx | 2 --
connectivity/source/drivers/evoab2/NStatement.hxx | 4 ----
2 files changed, 6 deletions(-)
New commits:
commit 24d7831da52dbb0fdc2f1aa2a5f25f3fa4477acf
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Dec 6 17:13:51 2012 +0100
-Werror,-Wunused-private-field
Change-Id: I1440856b2a54302f3d95ed1d915fb64523f0db3b
diff --git a/connectivity/source/drivers/evoab2/NStatement.cxx b/connectivity/source/drivers/evoab2/NStatement.cxx
index bd377e5..949a4e6 100644
--- a/connectivity/source/drivers/evoab2/NStatement.cxx
+++ b/connectivity/source/drivers/evoab2/NStatement.cxx
@@ -53,7 +53,6 @@ OCommonStatement::OCommonStatement(OEvoabConnection* _pConnection)
, ::comphelper::OPropertyContainer(OCommonStatement_IBase::rBHelper)
, OStatement_CBase( (::cppu::OWeakObject*)_pConnection, this )
, m_xResultSet(NULL)
- , m_pResultSet(NULL)
, m_pConnection(_pConnection)
, m_aParser(_pConnection->getDriver().getComponentContext())
, m_aSQLIterator( _pConnection, _pConnection->createCatalog()->getTables(), m_aParser, NULL )
@@ -66,7 +65,6 @@ OCommonStatement::OCommonStatement(OEvoabConnection* _pConnection)
, m_nFetchDirection(FetchDirection::FORWARD)
, m_nResultSetConcurrency(ResultSetConcurrency::UPDATABLE)
, m_bEscapeProcessing(sal_True)
- , rBHelper(OCommonStatement_IBase::rBHelper)
{
m_pConnection->acquire();
diff --git a/connectivity/source/drivers/evoab2/NStatement.hxx b/connectivity/source/drivers/evoab2/NStatement.hxx
index 2036199..187b1fd 100644
--- a/connectivity/source/drivers/evoab2/NStatement.hxx
+++ b/connectivity/source/drivers/evoab2/NStatement.hxx
@@ -47,7 +47,6 @@ namespace connectivity
{
namespace evoab
{
- class OEvoabResultSet;
class OEvoabConnection;
typedef ::cppu::WeakComponentImplHelper2 < ::com::sun::star::sdbc::XWarningsSupplier
, ::com::sun::star::sdbc::XCloseable
@@ -148,7 +147,6 @@ namespace connectivity
private:
::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XResultSet> m_xResultSet; // The last ResultSet created
- OEvoabResultSet *m_pResultSet;
OEvoabConnection *m_pConnection;
connectivity::OSQLParser m_aParser;
connectivity::OSQLParseTreeIterator m_aSQLIterator;
@@ -166,8 +164,6 @@ namespace connectivity
sal_Bool m_bEscapeProcessing;
// </properties>
- ::cppu::OBroadcastHelper& rBHelper;
-
protected:
void disposeResultSet();
More information about the Libreoffice-commits
mailing list