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
c0e93c4f
Kaydet (Commit)
c0e93c4f
authored
Eyl 12, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: fix Prefer prefix ++/-- operators for non-primitive types
Change-Id: I7495f86cb35b6f712cfb7d603f022f6f6c407266
üst
0992fbe7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ruler.cxx
svtools/source/control/ruler.cxx
+1
-1
salgdi2.cxx
vcl/coretext/salgdi2.cxx
+1
-1
No files found.
svtools/source/control/ruler.cxx
Dosyayı görüntüle @
c0e93c4f
...
@@ -2849,7 +2849,7 @@ void Ruler::SetTabs( sal_uInt32 aTabArraySize, const RulerTab* pTabArray )
...
@@ -2849,7 +2849,7 @@ void Ruler::SetTabs( sal_uInt32 aTabArraySize, const RulerTab* pTabArray )
{
{
break
;
break
;
}
}
aTabIterator
++
;
++
aTabIterator
;
pInputArray
++
;
pInputArray
++
;
i
--
;
i
--
;
}
}
...
...
vcl/coretext/salgdi2.cxx
Dosyayı görüntüle @
c0e93c4f
...
@@ -881,7 +881,7 @@ bool SvpSalGraphics::CheckContext()
...
@@ -881,7 +881,7 @@ bool SvpSalGraphics::CheckContext()
CGContextBeginPath
(
mrContext
);
CGContextBeginPath
(
mrContext
);
for
(
RectangleVector
::
const_iterator
aRectIter
(
aRectangles
.
begin
());
aRectIter
!=
aRectangles
.
end
();
aRectIter
++
)
for
(
RectangleVector
::
const_iterator
aRectIter
(
aRectangles
.
begin
());
aRectIter
!=
aRectangles
.
end
();
++
aRectIter
)
{
{
const
long
nW
(
aRectIter
->
Right
()
-
aRectIter
->
Left
()
+
1
);
// uses +1 logic in original
const
long
nW
(
aRectIter
->
Right
()
-
aRectIter
->
Left
()
+
1
);
// uses +1 logic in original
...
...
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