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
f650b3a5
Kaydet (Commit)
f650b3a5
authored
Nis 24, 2013
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More places where we can suppress output.
Change-Id: Ib316bf40bb9b9afeb5fbdf9281f2d3b9539e346f
üst
617dddda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
outdev.cxx
vcl/source/gdi/outdev.cxx
+4
-5
No files found.
vcl/source/gdi/outdev.cxx
Dosyayı görüntüle @
f650b3a5
...
...
@@ -2064,8 +2064,8 @@ void OutputDevice::DrawPolyPolygon( const basegfx::B2DPolyPolygon& rB2DPolyPoly
void
OutputDevice
::
ImpDrawPolyPolygonWithB2DPolyPolygon
(
const
basegfx
::
B2DPolyPolygon
&
rB2DPolyPoly
)
{
//
AW: Do NOT
paint empty PolyPolygons
if
(
!
rB2DPolyPoly
.
count
())
//
Do not
paint empty PolyPolygons
if
(
!
rB2DPolyPoly
.
count
()
||
!
IsDeviceOutputNecessary
()
)
return
;
// we need a graphics
...
...
@@ -2192,9 +2192,8 @@ void OutputDevice::DrawPolyLine(
mpMetaFile
->
AddAction
(
new
MetaPolyLineAction
(
aToolsPolygon
,
aLineInfo
)
);
}
// AW: Do NOT paint empty PolyPolygons
if
(
!
rB2DPolygon
.
count
())
// Do not paint empty PolyPolygons
if
(
!
rB2DPolygon
.
count
()
||
!
IsDeviceOutputNecessary
())
return
;
// we need a graphics
...
...
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