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
f6ca10a6
Kaydet (Commit)
f6ca10a6
authored
Kas 27, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-variable
Change-Id: Ib7c576caff35dba57727bbb0ed12a7c50be2d95e
üst
4c400707
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
AResultSetMetaData.cxx
connectivity/source/drivers/ado/AResultSetMetaData.cxx
+0
-9
No files found.
connectivity/source/drivers/ado/AResultSetMetaData.cxx
Dosyayı görüntüle @
f6ca10a6
...
...
@@ -161,15 +161,6 @@ sal_Bool SAL_CALL OResultSetMetaData::isAutoIncrement( sal_Int32 column ) throw(
if
(
aProps
.
IsValid
()
)
{
bRet
=
OTools
::
getValue
(
aProps
,
OUString
(
"ISAUTOINCREMENT"
)
);
#if OSL_DEBUG_LEVEL > 0
sal_Int32
nCount
=
aProps
.
GetItemCount
();
for
(
sal_Int32
i
=
0
;
i
<
nCount
;
++
i
)
{
WpADOProperty
aProp
=
aProps
.
GetItem
(
i
);
OUString
sName
=
aProp
.
GetName
();
OUString
sVal
=
aProp
.
GetValue
();
}
#endif
}
}
return
bRet
;
...
...
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