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
81f9281d
Kaydet (Commit)
81f9281d
authored
Nis 22, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: Unreferenced function definition
Change-Id: I0f9d7374de59a916871677c08144bf79b39068dd
üst
1a6c49e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
46 deletions
+0
-46
ThemePanel.cxx
sw/source/uibase/sidebar/ThemePanel.cxx
+0
-46
No files found.
sw/source/uibase/sidebar/ThemePanel.cxx
Dosyayı görüntüle @
81f9281d
...
...
@@ -58,47 +58,6 @@ class ColorSet
public
:
OUString
maName
;
Color
maColors
[
10
];
Color
getBackgroundColor1
()
{
return
maColors
[
0
];
}
Color
getTextColor1
()
{
return
maColors
[
1
];
}
Color
getBackgroundColor2
()
{
return
maColors
[
2
];
}
Color
getTextColor2
()
{
return
maColors
[
3
];
}
Color
getAccent1
()
{
return
maColors
[
4
];
}
Color
getAccent2
()
{
return
maColors
[
5
];
}
Color
getAccent3
()
{
return
maColors
[
6
];
}
Color
getAccent4
()
{
return
maColors
[
7
];
}
Color
getAccent5
()
{
return
maColors
[
8
];
}
Color
getAccent6
()
{
return
maColors
[
9
];
}
};
class
ColorVariable
...
...
@@ -110,11 +69,6 @@ public:
ColorVariable
()
{}
ColorVariable
(
Color
aColor
)
:
mnIndex
(
-
1
)
,
maColor
(
aColor
)
{}
ColorVariable
(
long
nIndex
)
:
mnIndex
(
nIndex
)
,
maColor
()
...
...
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