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
a935a154
Kaydet (Commit)
a935a154
authored
May 15, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WW8AttributeOutput::TableSpacing: accidently commented out code
Change-Id: Ib4a18dafe4a0b5679e0a015f8208207ae482e720
üst
2ae649de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrtww8.cxx
sw/source/filter/ww8/wrtww8.cxx
+1
-1
No files found.
sw/source/filter/ww8/wrtww8.cxx
Dosyayı görüntüle @
a935a154
...
@@ -2160,7 +2160,7 @@ void WW8AttributeOutput::TableSpacing(ww8::WW8TableNodeInfoInner::Pointer_t pTab
...
@@ -2160,7 +2160,7 @@ void WW8AttributeOutput::TableSpacing(ww8::WW8TableNodeInfoInner::Pointer_t pTab
// Writing these SPRM's will make the table a floating one, so only write
// Writing these SPRM's will make the table a floating one, so only write
// them in case the table is already inside a frame.
// them in case the table is already inside a frame.
if
(
pTableFmt
!=
NULL
/*&& pTable->GetTableNode()->GetFlyFmt()*/
)
if
(
pTableFmt
!=
NULL
&&
pTable
->
GetTableNode
()
->
GetFlyFmt
()
)
{
{
const
SvxULSpaceItem
&
rUL
=
pTableFmt
->
GetULSpace
();
const
SvxULSpaceItem
&
rUL
=
pTableFmt
->
GetULSpace
();
...
...
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