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
5feff80f
Kaydet (Commit)
5feff80f
authored
May 31, 2012
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
targetted minor size vs. empty reversion
Change-Id: I35aef43b4dd023440509faaa8c73a0e5a45d37a7
üst
9bd64312
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
b2dpolypolygoncutter.cxx
basegfx/source/polygon/b2dpolypolygoncutter.cxx
+2
-2
No files found.
basegfx/source/polygon/b2dpolypolygoncutter.cxx
Dosyayı görüntüle @
5feff80f
...
...
@@ -903,7 +903,7 @@ namespace basegfx
// first step: prepareForPolygonOperation and simple merge of non-overlapping
// PolyPolygons for speedup; this is possible for the wanted OR-operation
if
(
!
aInput
.
empty
())
if
(
aInput
.
size
())
{
std
::
vector
<
basegfx
::
B2DPolyPolygon
>
aResult
;
aResult
.
reserve
(
aInput
.
size
());
...
...
@@ -912,7 +912,7 @@ namespace basegfx
{
const
basegfx
::
B2DPolyPolygon
aCandidate
(
prepareForPolygonOperation
(
aInput
[
a
]));
if
(
!
aResult
.
empty
())
if
(
aResult
.
size
())
{
const
B2DRange
aCandidateRange
(
aCandidate
.
getB2DRange
());
bool
bCouldMergeSimple
(
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