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
c69c5ee8
Kaydet (Commit)
c69c5ee8
authored
Agu 29, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:defaultparams
Change-Id: If8cdddec3d092fc11ce0c571fc1788671755d2d6
üst
abfc4584
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docfmt.cxx
sw/source/core/doc/docfmt.cxx
+1
-1
docnew.cxx
sw/source/core/doc/docnew.cxx
+1
-1
No files found.
sw/source/core/doc/docfmt.cxx
Dosyayı görüntüle @
c69c5ee8
...
...
@@ -2039,7 +2039,7 @@ SwFrameFormats::SwFrameFormats()
SwFrameFormats
::~
SwFrameFormats
()
{
DeleteAndDestroyAll
(
false
);
DeleteAndDestroyAll
();
}
SwFrameFormats
::
iterator
SwFrameFormats
::
find
(
const
value_type
&
x
)
const
...
...
sw/source/core/doc/docnew.cxx
Dosyayı görüntüle @
c69c5ee8
...
...
@@ -1047,7 +1047,7 @@ SwNodeIndex SwDoc::AppendDoc(const SwDoc& rSource, sal_uInt16 const nStartPageNu
{
pTargetShell
->
SttEndDoc
(
false
);
--
aBreakIdx
;
GetNodes
().
Delete
(
aBreakIdx
,
1
);
GetNodes
().
Delete
(
aBreakIdx
);
}
// There is now a new empty text node on the new page. If it has
...
...
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