summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-05-11 14:22:53 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-05-11 14:24:36 +0200
commit3fac8d73027a2d97bf4cb3e8ec0d6d9d69ad3410 (patch)
tree305e81c10b5fad4a048f80c72641e3d7b3b91446
parentb5cd59fe1ced99e30b58236a77c507f37a16812d (diff)
fdo#35805 Revert "write also properties of a text node itself"
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 59b8e0a812..91ccb075ae 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 );