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
f8d2c638
Kaydet (Commit)
f8d2c638
authored
May 04, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_uInt16 to size_t
Change-Id: I25e92cc92aaa2b5b808b7c369101055b5f77aff3
üst
38b4fe56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
unotext.cxx
sw/source/core/unocore/unotext.cxx
+2
-2
No files found.
sw/source/core/unocore/unotext.cxx
Dosyayı görüntüle @
f8d2c638
...
@@ -1156,12 +1156,12 @@ throw (beans::UnknownPropertyException, lang::WrappedTargetException,
...
@@ -1156,12 +1156,12 @@ throw (beans::UnknownPropertyException, lang::WrappedTargetException,
case
FN_UNO_REDLINE_NODE_END
:
case
FN_UNO_REDLINE_NODE_END
:
{
{
const
SwRedlineTbl
&
rRedTbl
=
GetDoc
()
->
GetRedlineTbl
();
const
SwRedlineTbl
&
rRedTbl
=
GetDoc
()
->
GetRedlineTbl
();
const
s
al_uInt16
nRedTblCount
=
rRedTbl
.
size
();
const
s
ize_t
nRedTblCount
=
rRedTbl
.
size
();
if
(
nRedTblCount
>
0
)
if
(
nRedTblCount
>
0
)
{
{
SwStartNode
const
*
const
pStartNode
=
GetStartNode
();
SwStartNode
const
*
const
pStartNode
=
GetStartNode
();
const
sal_uLong
nOwnIndex
=
pStartNode
->
EndOfSectionIndex
();
const
sal_uLong
nOwnIndex
=
pStartNode
->
EndOfSectionIndex
();
for
(
s
al_uInt16
nRed
=
0
;
nRed
<
nRedTblCount
;
nRed
++
)
for
(
s
ize_t
nRed
=
0
;
nRed
<
nRedTblCount
;
++
nRed
)
{
{
SwRangeRedline
const
*
const
pRedline
=
rRedTbl
[
nRed
];
SwRangeRedline
const
*
const
pRedline
=
rRedTbl
[
nRed
];
SwPosition
const
*
const
pRedStart
=
pRedline
->
Start
();
SwPosition
const
*
const
pRedStart
=
pRedline
->
Start
();
...
...
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