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
8aa7394d
Kaydet (Commit)
8aa7394d
authored
Kas 19, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
don't warn on Color streaming missing Solar Version
Change-Id: I47e6a21fde77028c7a717b095883497888806501
üst
742da70e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
color.cxx
tools/source/generic/color.cxx
+0
-4
No files found.
tools/source/generic/color.cxx
Dosyayı görüntüle @
8aa7394d
...
...
@@ -243,8 +243,6 @@ OUString Color::AsRGBHexString() const
SvStream
&
ReadColor
(
SvStream
&
rIStream
,
Color
&
rColor
)
{
SAL_WARN_IF
(
!
rIStream
.
GetVersion
(),
"tools"
,
"Color::>> - Solar-Version not set on rIStream"
);
sal_uInt16
nColorName
;
rIStream
.
ReadUInt16
(
nColorName
);
...
...
@@ -335,8 +333,6 @@ void Color::ApplyTintOrShade(sal_Int16 n100thPercent)
SvStream
&
WriteColor
(
SvStream
&
rOStream
,
const
Color
&
rColor
)
{
SAL_WARN_IF
(
!
rOStream
.
GetVersion
(),
"tools"
,
"Color::<< - Solar-Version not set on rOStream"
);
sal_uInt16
nColorName
=
COL_NAME_USER
;
sal_uInt16
nRed
=
rColor
.
GetRed
();
sal_uInt16
nGreen
=
rColor
.
GetGreen
();
...
...
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