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
1d99fde4
Kaydet (Commit)
1d99fde4
authored
Tem 05, 2014
tarafından
Markus Mohrhard
Kaydeden (comit)
Markus Mohrhard
Tem 06, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
no need to declare the variable outside of the loop
Change-Id: I4f910494114f7dd965a75f3f9482153e0268b89c
üst
a7b81cea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
b2dtrapezoid.cxx
basegfx/source/polygon/b2dtrapezoid.cxx
+1
-3
No files found.
basegfx/source/polygon/b2dtrapezoid.cxx
Dosyayı görüntüle @
1d99fde4
...
...
@@ -420,9 +420,7 @@ namespace basegfx
// there were horizontal edges. These can be excluded, but
// cuts with other edges need to be solved and added before
// ignoring them
sal_uInt32
a
(
0
);
for
(
a
=
0
;
a
<
rTrDeSimpleEdges
.
size
();
a
++
)
for
(
sal_uInt32
a
=
0
;
a
<
rTrDeSimpleEdges
.
size
();
a
++
)
{
// get horizontal edge as candidate; prepare its range and fixed Y
const
TrDeSimpleEdge
&
rHorEdge
=
rTrDeSimpleEdges
[
a
];
...
...
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