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
5aadf3ce
Kaydet (Commit)
5aadf3ce
authored
Haz 12, 2014
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
still ugly, but lets silent the warning for now
Change-Id: I647e969bfc9f8b4294d3e526d8d5b11df7d7bea9
üst
ba327f6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
docbm.cxx
sw/source/core/doc/docbm.cxx
+1
-2
No files found.
sw/source/core/doc/docbm.cxx
Dosyayı görüntüle @
5aadf3ce
...
...
@@ -1793,7 +1793,6 @@ void _RestoreCntntIdx(std::vector<sal_uLong> &rSaveArr,
sal_Int32
nChkLen
)
{
const
SwDoc
*
pDoc
=
rNd
.
GetDoc
();
const
SwRedlineTbl
&
rRedlTbl
=
pDoc
->
GetRedlineTbl
();
const
SwFrmFmts
*
pSpz
=
pDoc
->
GetSpzFrmFmts
();
SwCntntNode
*
pCNd
=
(
SwCntntNode
*
)
rNd
.
GetCntntNode
();
...
...
@@ -2058,7 +2057,7 @@ void CntntIdxStoreImpl::RestoreBkmksLen(SwNode& rNd, sal_uLong nLen, sal_Int32 n
void
CntntIdxStoreImpl
::
SaveRedlines
(
SwDoc
*
pDoc
,
sal_uLong
nNode
,
sal_Int32
nCntnt
)
{
const
SwRedlineTbl
&
rRedlTbl
=
pDoc
->
GetRedlineTbl
();
for
(
long
int
nIdx
=
0
;
nIdx
<
rRedlTbl
.
size
();
++
nIdx
)
for
(
long
int
nIdx
=
0
;
static_cast
<
unsigned
long
int
>
(
nIdx
)
<
rRedlTbl
.
size
();
++
nIdx
)
{
const
SwRangeRedline
*
pRdl
=
rRedlTbl
[
nIdx
];
int
nPointPos
=
lcl_RelativePosition
(
*
pRdl
->
GetPoint
(),
nNode
,
nCntnt
);
...
...
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