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
f22dbc8e
Kaydet (Commit)
f22dbc8e
authored
Şub 08, 2002
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#65293#: constness
üst
16501b85
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
xmlexppr.cxx
xmloff/source/style/xmlexppr.cxx
+6
-7
No files found.
xmloff/source/style/xmlexppr.cxx
Dosyayı görüntüle @
f22dbc8e
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlexppr.cxx,v $
*
* $Revision: 1.3
6
$
* $Revision: 1.3
7
$
*
* last change: $Author:
sab $ $Date: 2001-12-06 19:41:19
$
* last change: $Author:
hr $ $Date: 2002-02-08 13:12:45
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -84,12 +84,11 @@
#ifndef _RTL_USTRBUF_HXX_
#include <rtl/ustrbuf.hxx>
#endif
#ifndef __SGI_STL_LIST
#include <algorithm>
#include <vector>
#include <list>
#endif
#ifndef __SGI_STL_HASH_MAP
#include <hash_map>
#endif
#include "xmlexppr.hxx"
...
...
@@ -235,7 +234,7 @@ public:
}
// for sort
sal_Bool
operator
<
(
const
FilterPropertyInfo_Impl
&
rArg
)
sal_Bool
operator
<
(
const
FilterPropertyInfo_Impl
&
rArg
)
const
{
return
(
GetApiName
()
<
rArg
.
GetApiName
());
}
...
...
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