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
8fd668c4
Kaydet (Commit)
8fd668c4
authored
May 31, 2014
tarafından
matteocam
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added body of EditCharAttribBackgroundColor
Change-Id: Ieac410809b33b1b489cb7563f3fed133d32832d0
üst
c2580813
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
editattr.cxx
editeng/source/editeng/editattr.cxx
+1
-5
No files found.
editeng/source/editeng/editattr.cxx
Dosyayı görüntüle @
8fd668c4
...
@@ -237,17 +237,13 @@ EditCharAttribBackgroundColor::EditCharAttribBackgroundColor(
...
@@ -237,17 +237,13 @@ EditCharAttribBackgroundColor::EditCharAttribBackgroundColor(
sal_uInt16
_nEnd
)
sal_uInt16
_nEnd
)
:
EditCharAttrib
(
rAttr
,
_nStart
,
_nEnd
)
:
EditCharAttrib
(
rAttr
,
_nStart
,
_nEnd
)
{
{
// FIXME(matteocam)
DBG_ASSERT
(
rAttr
.
Which
()
==
EE_CHAR_BKGCOLOR
,
"Not a BackgroundColor attribute!"
);
//DBG_ASSERT( rAttr.Which() == EE_CHAR_BKG_COLOR, "Not a BackgroundColor attribute!" );
}
}
void
EditCharAttribBackgroundColor
::
SetFont
(
SvxFont
&
rFont
,
OutputDevice
*
)
void
EditCharAttribBackgroundColor
::
SetFont
(
SvxFont
&
rFont
,
OutputDevice
*
)
{
{
/* FIXME(matteocam)
*
Color
aColor
=
((
const
SvxBackgroundColorItem
*
)
GetItem
())
->
GetValue
();
Color
aColor
=
((
const
SvxBackgroundColorItem
*
)
GetItem
())
->
GetValue
();
rFont
.
SetFillColor
(
aColor
);
// XXX: Is it SetFillColor we want?
rFont
.
SetFillColor
(
aColor
);
// XXX: Is it SetFillColor we want?
*/
}
}
...
...
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