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
4853cd49
Kaydet (Commit)
4853cd49
authored
Eki 22, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: convert some BOOL to sal_uInt8
Change-Id: Ib0d90de832bc8006eaa62b55abb416e2d19b4782
üst
93f9f1bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
salgdi.cxx
vcl/unx/generic/gdi/salgdi.cxx
+3
-3
No files found.
vcl/unx/generic/gdi/salgdi.cxx
Dosyayı görüntüle @
4853cd49
...
...
@@ -928,18 +928,18 @@ void X11SalGraphics::drawPolyPolygon( sal_uInt32 nPoly,
drawPolyLine
(
pPoints
[
i
],
pPtAry
[
i
],
true
);
}
sal_Bool
X11SalGraphics
::
drawPolyLineBezier
(
sal_uLong
,
const
SalPoint
*
,
const
BYTE
*
)
sal_Bool
X11SalGraphics
::
drawPolyLineBezier
(
sal_uLong
,
const
SalPoint
*
,
const
sal_uInt8
*
)
{
return
sal_False
;
}
sal_Bool
X11SalGraphics
::
drawPolygonBezier
(
sal_uLong
,
const
SalPoint
*
,
const
BYTE
*
)
sal_Bool
X11SalGraphics
::
drawPolygonBezier
(
sal_uLong
,
const
SalPoint
*
,
const
sal_uInt8
*
)
{
return
sal_False
;
}
sal_Bool
X11SalGraphics
::
drawPolyPolygonBezier
(
sal_uInt32
,
const
sal_uInt32
*
,
const
SalPoint
*
const
*
,
const
BYTE
*
const
*
)
const
SalPoint
*
const
*
,
const
sal_uInt8
*
const
*
)
{
return
sal_False
;
}
...
...
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