Kaydet (Commit) a6608ad5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: I539326ee46615adfd648acb15cbd3eacfd914989
üst 13df75cc
...@@ -78,7 +78,6 @@ OResultSet::OResultSet(ADORecordset* _pRecordSet,OStatement_Base* pStmt) : ORes ...@@ -78,7 +78,6 @@ OResultSet::OResultSet(ADORecordset* _pRecordSet,OStatement_Base* pStmt) : ORes
,m_xStatement(*pStmt) ,m_xStatement(*pStmt)
,m_xMetaData(NULL) ,m_xMetaData(NULL)
,m_nRowPos(0) ,m_nRowPos(0)
,m_bWasNull(sal_False)
,m_bEOF(sal_False) ,m_bEOF(sal_False)
,m_bOnFirstAfterOpen(sal_False) ,m_bOnFirstAfterOpen(sal_False)
{ {
...@@ -91,7 +90,6 @@ OResultSet::OResultSet(ADORecordset* _pRecordSet) : OResultSet_BASE(m_aMutex) ...@@ -91,7 +90,6 @@ OResultSet::OResultSet(ADORecordset* _pRecordSet) : OResultSet_BASE(m_aMutex)
,m_xStatement(NULL) ,m_xStatement(NULL)
,m_xMetaData(NULL) ,m_xMetaData(NULL)
,m_nRowPos(0) ,m_nRowPos(0)
,m_bWasNull(sal_False)
,m_bEOF(sal_False) ,m_bEOF(sal_False)
,m_bOnFirstAfterOpen(sal_False) ,m_bOnFirstAfterOpen(sal_False)
{ {
......
...@@ -70,7 +70,6 @@ namespace connectivity ...@@ -70,7 +70,6 @@ namespace connectivity
::std::vector<OLEVariant> m_aBookmarks; ::std::vector<OLEVariant> m_aBookmarks;
OLEVariant m_aValue; OLEVariant m_aValue;
ADO_LONGPTR m_nRowPos; ADO_LONGPTR m_nRowPos;
sal_Bool m_bWasNull;
sal_Bool m_bEOF; sal_Bool m_bEOF;
sal_Bool m_bOnFirstAfterOpen; sal_Bool m_bOnFirstAfterOpen;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment