summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-05-15 12:11:00 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-05-15 12:12:50 +0200
commita935a154c3911b466a9b1c8da3c2cf0be2e0014d (patch)
treeb97ff7102c4a04534ff9d0885cc5ed3e7a800921 /sw/source/filter/ww8
parent2ae649de2494a6990c7953dcd3a737464eee768f (diff)
WW8AttributeOutput::TableSpacing: accidently commented out code
Change-Id: Ib4a18dafe4a0b5679e0a015f8208207ae482e720
Diffstat (limited to 'sw/source/filter/ww8')
-rw-r--r--sw/source/filter/ww8/wrtww8.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index 82233b4db553..08bf24b11944 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -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
// 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();