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
a4322a23
Kaydet (Commit)
a4322a23
authored
Şub 27, 2013
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
janitorial: save one object
Change-Id: I52b7d8204bb2d34639dea544833318fe86a5ddcf
üst
0c878187
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
KeySet.cxx
dbaccess/source/core/api/KeySet.cxx
+1
-3
No files found.
dbaccess/source/core/api/KeySet.cxx
Dosyayı görüntüle @
a4322a23
...
...
@@ -1641,9 +1641,7 @@ void getColumnPositions(const Reference<XNameAccess>& _rxQueryColumns,
const
OUString
*
pTblColumnIter
=
_aColumnNames
.
getConstArray
();
const
OUString
*
pTblColumnEnd
=
pTblColumnIter
+
_aColumnNames
.
getLength
();
::
comphelper
::
UStringMixLess
aTmp
(
o_rColumnNames
.
key_comp
());
::
comphelper
::
UStringMixEqual
bCase
(
aTmp
.
isCaseSensitive
());
::
comphelper
::
UStringMixEqual
bCase
(
o_rColumnNames
.
key_comp
().
isCaseSensitive
());
for
(
sal_Int32
nPos
=
1
;
pSelIter
!=
pSelEnd
;
++
pSelIter
,
++
nPos
)
{
...
...
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