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
48a679cb
Kaydet (Commit)
48a679cb
authored
Eyl 15, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: fdo#66496 don't crash on loading specific .docx
Change-Id: I4db5dfeb0ce1494039a051f552ce3f69b2b5dae3
üst
411e1802
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
DomainMapperTableManager.cxx
writerfilter/source/dmapper/DomainMapperTableManager.cxx
+1
-1
No files found.
writerfilter/source/dmapper/DomainMapperTableManager.cxx
Dosyayı görüntüle @
48a679cb
...
@@ -558,7 +558,7 @@ void DomainMapperTableManager::endLevel( )
...
@@ -558,7 +558,7 @@ void DomainMapperTableManager::endLevel( )
oCurrentWidth
.
reset
(
m_aCellWidths
.
back
()
->
back
());
oCurrentWidth
.
reset
(
m_aCellWidths
.
back
()
->
back
());
m_aCellWidths
.
pop_back
(
);
m_aCellWidths
.
pop_back
(
);
// And push it back to the right level.
// And push it back to the right level.
if
(
oCurrentWidth
)
if
(
oCurrentWidth
&&
!
m_aCellWidths
.
empty
()
&&
!
m_aCellWidths
.
back
()
->
empty
()
)
m_aCellWidths
.
back
()
->
push_back
(
*
oCurrentWidth
);
m_aCellWidths
.
back
()
->
push_back
(
*
oCurrentWidth
);
m_nCell
.
pop_back
(
);
m_nCell
.
pop_back
(
);
...
...
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