diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-05-11 14:22:53 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-05-11 17:05:07 +0200 |
commit | bb7fbd06a6999a3604f720a130d81651d73e5e80 (patch) | |
tree | f737f703ac9a93bd236922b922634247216d0d5f | |
parent | ed0f8821d6a0bb61e061747d2b0875fd1c346a5e (diff) |
fdo#35805 Revert "write also properties of a text node itself"
This reverts commit 17e60033f28d13b7564bfcbabcc8e03d2a6a021d.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
-rw-r--r-- | sw/source/filter/ww8/wrtw8nds.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx index 833e12f793..fff7c6391e 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 ); |