[Libreoffice-commits] core.git: sw/source
Miklos Vajna
vmiklos at suse.cz
Wed May 15 03:13:10 PDT 2013
sw/source/filter/ww8/wrtww8.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a935a154c3911b466a9b1c8da3c2cf0be2e0014d
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Wed May 15 12:11:00 2013 +0200
WW8AttributeOutput::TableSpacing: accidently commented out code
Change-Id: Ib4a18dafe4a0b5679e0a015f8208207ae482e720
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index 82233b4..08bf24b 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();
More information about the Libreoffice-commits
mailing list