[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sw/source
Lubos Lunak
llunak at kemper.freedesktop.org
Wed May 11 08:05:17 PDT 2011
sw/source/filter/ww8/wrtw8nds.cxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit bb7fbd06a6999a3604f720a130d81651d73e5e80
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.
Signed-off-by: LuboÅ¡ LuÅák <l.lunak at suse.cz>
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 833e12f..fff7c63 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2328,11 +2328,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