Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
a6608ad5
Kaydet (Commit)
a6608ad5
authored
Kas 26, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field
Change-Id: I539326ee46615adfd648acb15cbd3eacfd914989
üst
13df75cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
AResultSet.cxx
connectivity/source/drivers/ado/AResultSet.cxx
+0
-2
AResultSet.hxx
connectivity/source/inc/ado/AResultSet.hxx
+0
-1
No files found.
connectivity/source/drivers/ado/AResultSet.cxx
Dosyayı görüntüle @
a6608ad5
...
...
@@ -78,7 +78,6 @@ OResultSet::OResultSet(ADORecordset* _pRecordSet,OStatement_Base* pStmt) : ORes
,
m_xStatement
(
*
pStmt
)
,
m_xMetaData
(
NULL
)
,
m_nRowPos
(
0
)
,
m_bWasNull
(
sal_False
)
,
m_bEOF
(
sal_False
)
,
m_bOnFirstAfterOpen
(
sal_False
)
{
...
...
@@ -91,7 +90,6 @@ OResultSet::OResultSet(ADORecordset* _pRecordSet) : OResultSet_BASE(m_aMutex)
,
m_xStatement
(
NULL
)
,
m_xMetaData
(
NULL
)
,
m_nRowPos
(
0
)
,
m_bWasNull
(
sal_False
)
,
m_bEOF
(
sal_False
)
,
m_bOnFirstAfterOpen
(
sal_False
)
{
...
...
connectivity/source/inc/ado/AResultSet.hxx
Dosyayı görüntüle @
a6608ad5
...
...
@@ -70,7 +70,6 @@ namespace connectivity
::
std
::
vector
<
OLEVariant
>
m_aBookmarks
;
OLEVariant
m_aValue
;
ADO_LONGPTR
m_nRowPos
;
sal_Bool
m_bWasNull
;
sal_Bool
m_bEOF
;
sal_Bool
m_bOnFirstAfterOpen
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment