[Libreoffice-commits] .: sw/source

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Wed May 11 05:24:55 PDT 2011


 sw/source/filter/ww8/wrtw8nds.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 3fac8d73027a2d97bf4cb3e8ec0d6d9d69ad3410
Author: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>
Date:   Wed May 11 14:22:53 2011 +0200

    fdo#35805 Revert "write also properties of a text node itself"
    
    This reverts commit 17e60033f28d13b7564bfcbabcc8e03d2a6a021d.

diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 59b8e0a..91ccb07 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2324,11 +2324,6 @@ void MSWordExportBase::OutputTextNode( const SwTxtNode& rNode )
         }
     }
 
-    // write attributes of the node itself
-    AttrOutput().StartRunProperties();
-    OutputItemSet( rNode.GetSwAttrSet(), false, true, i18n::ScriptType::LATIN, false);
-    AttrOutput().EndRunProperties( NULL );
-
     AttrOutput().EndParagraphProperties();
 
     AttrOutput().EndParagraph( pTextNodeInfoInner );


More information about the Libreoffice-commits mailing list