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
41c227e0
Kaydet (Commit)
41c227e0
authored
Mar 18, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ctor takes care of this initialization already
Change-Id: I6a798df9238715c3d531c1eae89738c9a9e49eb7
üst
27e8b3e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
svptextrender.cxx
vcl/headless/svptextrender.cxx
+0
-6
cairotextrender.cxx
vcl/unx/generic/gdi/cairotextrender.cxx
+0
-2
No files found.
vcl/headless/svptextrender.cxx
Dosyayı görüntüle @
41c227e0
...
@@ -455,12 +455,6 @@ SystemFontData SvpTextRender::GetSysFontData( int nFallbacklevel ) const
...
@@ -455,12 +455,6 @@ SystemFontData SvpTextRender::GetSysFontData( int nFallbacklevel ) const
if
(
nFallbacklevel
>=
MAX_FALLBACK
)
nFallbacklevel
=
MAX_FALLBACK
-
1
;
if
(
nFallbacklevel
>=
MAX_FALLBACK
)
nFallbacklevel
=
MAX_FALLBACK
-
1
;
if
(
nFallbacklevel
<
0
)
nFallbacklevel
=
0
;
if
(
nFallbacklevel
<
0
)
nFallbacklevel
=
0
;
aSysFontData
.
nSize
=
sizeof
(
SystemFontData
);
aSysFontData
.
nFontId
=
0
;
aSysFontData
.
nFontFlags
=
0
;
aSysFontData
.
bFakeBold
=
false
;
aSysFontData
.
bFakeItalic
=
false
;
aSysFontData
.
bAntialias
=
true
;
return
aSysFontData
;
return
aSysFontData
;
}
}
...
...
vcl/unx/generic/gdi/cairotextrender.cxx
Dosyayı görüntüle @
41c227e0
...
@@ -567,8 +567,6 @@ SalLayout* CairoTextRender::GetTextLayout( ImplLayoutArgs& rArgs, int nFallbackL
...
@@ -567,8 +567,6 @@ SalLayout* CairoTextRender::GetTextLayout( ImplLayoutArgs& rArgs, int nFallbackL
SystemFontData
CairoTextRender
::
GetSysFontData
(
int
nFallbackLevel
)
const
SystemFontData
CairoTextRender
::
GetSysFontData
(
int
nFallbackLevel
)
const
{
{
SystemFontData
aSysFontData
;
SystemFontData
aSysFontData
;
aSysFontData
.
nSize
=
sizeof
(
SystemFontData
);
aSysFontData
.
nFontId
=
0
;
if
(
nFallbackLevel
>=
MAX_FALLBACK
)
nFallbackLevel
=
MAX_FALLBACK
-
1
;
if
(
nFallbackLevel
>=
MAX_FALLBACK
)
nFallbackLevel
=
MAX_FALLBACK
-
1
;
if
(
nFallbackLevel
<
0
)
nFallbackLevel
=
0
;
if
(
nFallbackLevel
<
0
)
nFallbackLevel
=
0
;
...
...
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