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
3928a151
Kaydet (Commit)
3928a151
authored
Haz 25, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
error: missing binary operator before token '('
Change-Id: Ieafb13245a11347cbda8a33e49ad618bf85d8a89
üst
08b3b6ed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
svpgdi.cxx
vcl/headless/svpgdi.cxx
+5
-6
No files found.
vcl/headless/svpgdi.cxx
Dosyayı görüntüle @
3928a151
...
...
@@ -138,7 +138,10 @@ void SvpSalGraphics::clipRegion(cairo_t* cr)
bool
SvpSalGraphics
::
drawAlphaRect
(
long
nX
,
long
nY
,
long
nWidth
,
long
nHeight
,
sal_uInt8
nTransparency
)
{
#if ENABLE_CAIRO_CANVAS && CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 6, 0)
#if !ENABLE_CAIRO_CANVAS
(
void
)
nX
;
(
void
)
nY
;
(
void
)
nWidth
;
(
void
)
nHeight
;
(
void
)
nTransparency
;
return
false
;
#elif CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 6, 0)
if
(
m_bUseLineColor
||
!
m_bUseFillColor
)
return
false
;
...
...
@@ -192,11 +195,7 @@ bool SvpSalGraphics::drawAlphaRect(long nX, long nY, long nWidth, long nHeight,
}
return
true
;
#else
(
void
)
nX
;
(
void
)
nY
;
(
void
)
nWidth
;
(
void
)
nHeight
;
(
void
)
nTransparency
;
(
void
)
nX
;
(
void
)
nY
;
(
void
)
nWidth
;
(
void
)
nHeight
;
(
void
)
nTransparency
;
return
false
;
#endif
}
...
...
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