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
8a0298fc
Kaydet (Commit)
8a0298fc
authored
Şub 10, 2014
tarafından
Markus Mohrhard
Kaydeden (comit)
Markus Mohrhard
Şub 10, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove commented code
Change-Id: Ibc04f08b52d754263151ee66d03b58abe2f4e4ee
üst
b3621802
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
stgelem.cxx
sot/source/sdstor/stgelem.cxx
+1
-6
No files found.
sot/source/sdstor/stgelem.cxx
Dosyayı görüntüle @
8a0298fc
...
@@ -352,16 +352,11 @@ void StgEntry::GetName( OUString& rName ) const
...
@@ -352,16 +352,11 @@ void StgEntry::GetName( OUString& rName ) const
short
StgEntry
::
Compare
(
const
StgEntry
&
r
)
const
short
StgEntry
::
Compare
(
const
StgEntry
&
r
)
const
{
{
/*
short nRes = r.nNameLen - nNameLen;
if( !nRes ) return strcmp( r.aName, aName );
else return nRes;
*/
sal_Int32
nRes
=
r
.
nNameLen
-
nNameLen
;
sal_Int32
nRes
=
r
.
nNameLen
-
nNameLen
;
if
(
!
nRes
)
if
(
!
nRes
)
nRes
=
r
.
aName
.
compareTo
(
aName
);
nRes
=
r
.
aName
.
compareTo
(
aName
);
return
(
short
)
nRes
;
return
(
short
)
nRes
;
//return aName.CompareTo( r.aName );
}
}
// These load/store operations are a bit more complicated,
// These load/store operations are a bit more complicated,
...
...
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