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
fb3ddd41
Kaydet (Commit)
fb3ddd41
authored
May 17, 2013
tarafından
Zheng Fan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
i121897, change the hints clearing method from RstAttr to clearSwpHhints.
üst
4b07fb34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
untblk.cxx
sw/source/core/undo/untblk.cxx
+3
-2
No files found.
sw/source/core/undo/untblk.cxx
Dosyayı görüntüle @
fb3ddd41
...
...
@@ -248,8 +248,9 @@ void SwUndoInserts::UndoImpl(::sw::UndoRedoContext & rContext)
pTxtNode
->
JoinNext
();
}
// reset all text attributes in the paragraph!
pTxtNode
->
RstAttr
(
SwIndex
(
pTxtNode
,
0
),
pTxtNode
->
Len
(),
0
,
0
,
true
);
//i121897, change the hints clearing method from 'RstAttr' to 'ClarSwpHints' as the certain tox mark index hint reason
if
(
pTxtNode
&&
pTxtNode
->
GetpSwpHints
()
)
pTxtNode
->
ClearSwpHintsArr
(
true
);
// setze alle Attribute im Node zurueck
pTxtNode
->
ResetAllAttr
();
...
...
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