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
244c4571
Kaydet (Commit)
244c4571
authored
Eyl 01, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: remove a silly 16bit cast
Change-Id: I20eb3379838c5255ff47882b6693908b5971653f
üst
89077c79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xmltbli.cxx
sw/source/filter/xml/xmltbli.cxx
+2
-2
No files found.
sw/source/filter/xml/xmltbli.cxx
Dosyayı görüntüle @
244c4571
...
...
@@ -1932,7 +1932,7 @@ SwTableBox *SwXMLTableContext::MakeTableBox( SwTableLine *pUpper,
{
// Could the table be splitted behind the current row?
bool
bSplit
=
true
;
SwXMLTableRow_Impl
*
pRow
=
(
*
m_pRows
)[
(
sal_uInt16
)
i
].
get
();
SwXMLTableRow_Impl
*
pRow
=
(
*
m_pRows
)[
i
].
get
();
for
(
sal_uInt32
j
=
nLeftCol
;
j
<
nRightCol
;
j
++
)
{
bSplit
=
(
1UL
==
pRow
->
GetCell
(
j
)
->
GetRowSpan
()
);
...
...
@@ -1990,7 +1990,7 @@ SwTableBox *SwXMLTableContext::MakeTableBox( SwTableLine *pUpper,
}
}
}
//
und jetzt nochmal von vorne
...
//
and now start over again
...
}
}
...
...
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