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
99bd37fa
Kaydet (Commit)
99bd37fa
authored
Kas 12, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-member-function
Change-Id: Ibfc721a819c044b5e6ec06e5bbad694662fe9e3f
üst
cd6c6de5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
xmlexppr.cxx
xmloff/source/style/xmlexppr.cxx
+1
-10
No files found.
xmloff/source/style/xmlexppr.cxx
Dosyayı görüntüle @
99bd37fa
...
...
@@ -149,7 +149,6 @@ class FilterPropertyInfo_Impl
{
const
OUString
sApiName
;
std
::
list
<
sal_uInt32
>
aIndexes
;
sal_uInt32
nCount
;
public
:
...
...
@@ -159,12 +158,6 @@ public:
const
OUString
&
GetApiName
()
const
{
return
sApiName
;
}
std
::
list
<
sal_uInt32
>&
GetIndexes
()
{
return
aIndexes
;
}
void
AddIndex
(
sal_uInt32
nIndex
)
{
aIndexes
.
push_back
(
nIndex
);
nCount
++
;
}
// for sort
sal_Bool
operator
<
(
const
FilterPropertyInfo_Impl
&
rArg
)
const
{
...
...
@@ -175,9 +168,7 @@ public:
FilterPropertyInfo_Impl
::
FilterPropertyInfo_Impl
(
const
OUString
&
rApiName
,
const
sal_uInt32
nIndex
)
:
sApiName
(
rApiName
),
aIndexes
(),
nCount
(
1
)
sApiName
(
rApiName
)
{
aIndexes
.
push_back
(
nIndex
);
}
...
...
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