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
49493777
Kaydet (Commit)
49493777
authored
Tem 26, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#67365 fix RTF import of inherited row props wrt unusual group stack
Change-Id: I273d89a0708601a38dd8bda734a72b4c92da2cc4
üst
3a46d91f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
rtfdocumentimpl.cxx
writerfilter/source/rtftok/rtfdocumentimpl.cxx
+5
-0
No files found.
writerfilter/source/rtftok/rtfdocumentimpl.cxx
Dosyayı görüntüle @
49493777
...
...
@@ -4691,6 +4691,11 @@ int RTFDocumentImpl::popState()
m_aStates
.
top
().
nCells
=
aState
.
nCells
;
m_aStates
.
top
().
aTableCellsSprms
=
aState
.
aTableCellsSprms
;
m_aStates
.
top
().
aTableCellsAttributes
=
aState
.
aTableCellsAttributes
;
// Also the inherited properties should be kept accross groups.
m_aStates
.
top
().
aTableInheritingCellsSprms
=
aState
.
aTableInheritingCellsSprms
;
m_aStates
.
top
().
aTableInheritingCellsAttributes
=
aState
.
aTableInheritingCellsAttributes
;
m_aStates
.
top
().
nInheritingCells
=
aState
.
nInheritingCells
;
}
return
0
;
...
...
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