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
9e921023
Kaydet (Commit)
9e921023
authored
Haz 21, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
DBG_ASSERT->SAL_WARN_IF didn't reverse condition
Change-Id: Iea3d1870df6422422a04e6027711ffa8ec65924a
üst
03e83de8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
texteng.cxx
vcl/source/edit/texteng.cxx
+1
-1
No files found.
vcl/source/edit/texteng.cxx
Dosyayı görüntüle @
9e921023
...
@@ -1915,7 +1915,7 @@ void TextEngine::ImpPaint( OutputDevice* pOutDev, const Point& rStartPos, Rectan
...
@@ -1915,7 +1915,7 @@ void TextEngine::ImpPaint( OutputDevice* pOutDev, const Point& rStartPos, Rectan
pSelStart
=
!
bInvers
?
&
pSelection
->
GetStart
()
:
&
pSelection
->
GetEnd
();
pSelStart
=
!
bInvers
?
&
pSelection
->
GetStart
()
:
&
pSelection
->
GetEnd
();
pSelEnd
=
bInvers
?
&
pSelection
->
GetStart
()
:
&
pSelection
->
GetEnd
();
pSelEnd
=
bInvers
?
&
pSelection
->
GetStart
()
:
&
pSelection
->
GetEnd
();
}
}
SAL_WARN_IF
(
!
pPaintRange
||
(
pPaintRange
->
GetStart
()
<
pPaintRange
->
GetEnd
()
),
"vcl"
,
"ImpPaint: Paint-Range?!"
);
SAL_WARN_IF
(
pPaintRange
&&
!
(
pPaintRange
->
GetStart
()
<
pPaintRange
->
GetEnd
()
),
"vcl"
,
"ImpPaint: Paint-Range?!"
);
const
StyleSettings
&
rStyleSettings
=
pOutDev
->
GetSettings
().
GetStyleSettings
();
const
StyleSettings
&
rStyleSettings
=
pOutDev
->
GetSettings
().
GetStyleSettings
();
...
...
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