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
2f0263c7
Kaydet (Commit)
2f0263c7
authored
Haz 09, 2018
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw_redlinehide: old GCC needs a cast here
Change-Id: I45f340fff2d3285e1af6f6448c807d4997e5a42b
üst
382aab38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
txtfrm.cxx
sw/source/core/text/txtfrm.cxx
+1
-1
No files found.
sw/source/core/text/txtfrm.cxx
Dosyayı görüntüle @
2f0263c7
...
@@ -867,7 +867,7 @@ MapViewToModel(MergedPara const& rMerged, TextFrameIndex const i_nIndex)
...
@@ -867,7 +867,7 @@ MapViewToModel(MergedPara const& rMerged, TextFrameIndex const i_nIndex)
assert
(
nIndex
==
0
&&
"view index out of bounds"
);
assert
(
nIndex
==
0
&&
"view index out of bounds"
);
return
pExtent
return
pExtent
?
std
::
make_pair
(
pExtent
->
pNode
,
pExtent
->
nEnd
)
//1-past-the-end index
?
std
::
make_pair
(
pExtent
->
pNode
,
pExtent
->
nEnd
)
//1-past-the-end index
:
std
::
make_pair
(
rMerged
.
pFirstNode
,
0
);
:
std
::
make_pair
(
rMerged
.
pFirstNode
,
sal_Int32
(
0
)
);
}
}
TextFrameIndex
MapModelToView
(
MergedPara
const
&
rMerged
,
SwTextNode
const
*
const
pNode
,
sal_Int32
const
nIndex
)
TextFrameIndex
MapModelToView
(
MergedPara
const
&
rMerged
,
SwTextNode
const
*
const
pNode
,
sal_Int32
const
nIndex
)
...
...
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