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
9dbc4cc7
Kaydet (Commit)
9dbc4cc7
authored
Haz 19, 2014
tarafından
Krisztian Pinter
Kaydeden (comit)
Tomaž Vajngerl
Eyl 17, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Code cleanup
Change-Id: Ib452a5cd716ef243e04f498d2fa23d0d389865c0
üst
118598c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
SvxColorValueSet.cxx
svx/source/tbxctrls/SvxColorValueSet.cxx
+1
-5
No files found.
svx/source/tbxctrls/SvxColorValueSet.cxx
Dosyayı görüntüle @
9dbc4cc7
...
@@ -90,14 +90,10 @@ void SvxColorValueSet::addEntriesForXColorList(const XColorList& rXColorList, sa
...
@@ -90,14 +90,10 @@ void SvxColorValueSet::addEntriesForXColorList(const XColorList& rXColorList, sa
void
SvxColorValueSet
::
addEntriesForColorVector
(
const
std
::
vector
<
Color
>&
rColorVector
,
sal_uInt32
nStartIndex
)
void
SvxColorValueSet
::
addEntriesForColorVector
(
const
std
::
vector
<
Color
>&
rColorVector
,
sal_uInt32
nStartIndex
)
{
{
const
sal_uInt32
nColorCount
(
rColorVector
.
size
());
//for(sal_uInt32 nIndex(0); nIndex < nColorCount; nIndex++, nStartIndex++)
for
(
std
::
vector
<
Color
>::
const_iterator
it
=
rColorVector
.
begin
();
for
(
std
::
vector
<
Color
>::
const_iterator
it
=
rColorVector
.
begin
();
it
!=
rColorVector
.
end
();
it
++
,
nStartIndex
++
)
it
!=
rColorVector
.
end
();
it
++
,
nStartIndex
++
)
{
{
const
Color
&
rEntry
=
*
it
;
InsertItem
(
nStartIndex
,
*
it
,
""
);
InsertItem
(
nStartIndex
,
rEntry
,
""
);
}
}
}
}
...
...
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