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
23c802b8
Kaydet (Commit)
23c802b8
authored
Ara 06, 2014
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
make InsertRedline() non-static again
Change-Id: I2eda267b56bc1548930add9c5ef83ad268f881a4
üst
a71fb1c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doccomp.cxx
sw/source/core/doc/doccomp.cxx
+3
-3
No files found.
sw/source/core/doc/doccomp.cxx
Dosyayı görüntüle @
23c802b8
...
...
@@ -1835,7 +1835,7 @@ namespace
const
SwRangeRedline
*
pSrcRedl
;
SwRangeRedline
*
pDestRedl
;
SaveMergeRedline
(
const
SwNode
&
rDstNd
,
const
SwRangeRedline
&
rSrcRedl
);
s
tatic
sal_uInt16
InsertRedline
(
const
SwRangeRedline
*
pSrcRedl
,
SwRangeRedline
*
pDestRedl
,
SwPaM
*
pLastDestRedline
);
s
al_uInt16
InsertRedline
(
SwPaM
*
pLastDestRedline
);
};
}
...
...
@@ -1865,7 +1865,7 @@ SaveMergeRedline::SaveMergeRedline( const SwNode& rDstNd,
}
}
sal_uInt16
SaveMergeRedline
::
InsertRedline
(
const
SwRangeRedline
*
pSrcRedl
,
SwRangeRedline
*
pDestRedl
,
SwPaM
*
pLastDestRedline
)
sal_uInt16
SaveMergeRedline
::
InsertRedline
(
SwPaM
*
pLastDestRedline
)
{
sal_uInt16
nIns
=
0
;
SwDoc
*
pDoc
=
pDestRedl
->
GetDoc
();
...
...
@@ -2058,7 +2058,7 @@ long SwDoc::MergeDoc( const SwDoc& rDoc )
SwPaM
*
pLastDestRedline
(
nullptr
);
for
(
SaveMergeRedline
&
rRedline
:
vRedlines
)
{
nRet
+=
SaveMergeRedline
::
InsertRedline
(
rRedline
.
pSrcRedl
,
rRedline
.
pDestRedl
,
pLastDestRedline
);
nRet
+=
rRedline
.
InsertRedline
(
pLastDestRedline
);
pLastDestRedline
=
rRedline
.
pDestRedl
;
}
}
...
...
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