Kaydet (Commit) a935a154 authored tarafından Miklos Vajna's avatar Miklos Vajna

WW8AttributeOutput::TableSpacing: accidently commented out code

Change-Id: Ib4a18dafe4a0b5679e0a015f8208207ae482e720
üst 2ae649de
...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment