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
f1639ffe
Kaydet (Commit)
f1639ffe
authored
Ara 16, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-function (clang-cl)
Change-Id: I19292f03c1a28eed8712dc83dc9cc0334c8f45e3
üst
5fbe5e96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
salfont.cxx
vcl/win/gdi/salfont.cxx
+0
-1
No files found.
vcl/win/gdi/salfont.cxx
Dosyayı görüntüle @
f1639ffe
...
@@ -662,7 +662,6 @@ sal_IntPtr WinFontFace::GetFontId() const
...
@@ -662,7 +662,6 @@ sal_IntPtr WinFontFace::GetFontId() const
return
mnId
;
return
mnId
;
}
}
static
unsigned
GetUInt
(
const
unsigned
char
*
p
)
{
return
((
p
[
0
]
<<
24
)
+
(
p
[
1
]
<<
16
)
+
(
p
[
2
]
<<
8
)
+
p
[
3
]);}
static
inline
DWORD
CalcTag
(
const
char
p
[
5
])
{
return
(
p
[
0
]
+
(
p
[
1
]
<<
8
)
+
(
p
[
2
]
<<
16
)
+
(
p
[
3
]
<<
24
));
}
static
inline
DWORD
CalcTag
(
const
char
p
[
5
])
{
return
(
p
[
0
]
+
(
p
[
1
]
<<
8
)
+
(
p
[
2
]
<<
16
)
+
(
p
[
3
]
<<
24
));
}
void
WinFontFace
::
UpdateFromHDC
(
HDC
hDC
)
const
void
WinFontFace
::
UpdateFromHDC
(
HDC
hDC
)
const
...
...
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