sw/source/filter/ww8/wrtww8.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a935a154c3911b466a9b1c8da3c2cf0be2e0014d
Author: Miklos Vajna <vmik...@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();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to