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
2cfce42e
Kaydet (Commit)
2cfce42e
authored
Eki 29, 2014
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More useless static bool variables.
Change-Id: If09aa23768f73bbf659966e4e5aac82dca83d1b6
üst
d4653a95
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
paintfrm.cxx
sw/source/core/layout/paintfrm.cxx
+1
-7
No files found.
sw/source/core/layout/paintfrm.cxx
Dosyayı görüntüle @
2cfce42e
...
@@ -1844,10 +1844,7 @@ bool DrawFillAttributes(
...
@@ -1844,10 +1844,7 @@ bool DrawFillAttributes(
const
SwRect
&
rPaintRect
,
const
SwRect
&
rPaintRect
,
OutputDevice
&
rOut
)
OutputDevice
&
rOut
)
{
{
static
bool
bUseNew
(
true
);
if
(
rFillAttributes
.
get
()
&&
rFillAttributes
->
isUsed
())
static
bool
bReturnWhenNew
(
true
);
if
(
bUseNew
&&
rFillAttributes
.
get
()
&&
rFillAttributes
->
isUsed
())
{
{
basegfx
::
B2DRange
aPaintRange
(
basegfx
::
B2DRange
aPaintRange
(
rPaintRect
.
Left
(),
rPaintRect
.
Left
(),
...
@@ -1917,14 +1914,11 @@ bool DrawFillAttributes(
...
@@ -1917,14 +1914,11 @@ bool DrawFillAttributes(
delete
pProcessor
;
delete
pProcessor
;
if
(
bReturnWhenNew
)
{
return
true
;
return
true
;
}
}
}
}
}
}
}
}
}
return
false
;
return
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