summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8/wrtw8nds.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-06-19 22:07:41 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-20 11:42:35 +0200
commit587a8993e9f39af054146b534e6b0c66121a9077 (patch)
tree1d61c8bd183006d532abac4e5c5fb012202c306c /sw/source/filter/ww8/wrtw8nds.cxx
parenttdf#92194 - fix headless masking operations in vcl. (diff)
downloadcore-587a8993e9f39af054146b534e6b0c66121a9077.tar.gz
core-587a8993e9f39af054146b534e6b0c66121a9077.zip
sw: WW8 export: remove WW6 export, part1: WW8Export::IsUnicode()
Change-Id: I9291abec3cdc019e64a820467c13d60411b89152
Diffstat (limited to 'sw/source/filter/ww8/wrtw8nds.cxx')
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 7eb5dece7130..6d5a32838075 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -1127,8 +1127,7 @@ void WW8AttributeOutput::FieldVanish( const OUString& rText, ww::eField /*eType*
m_rWW8Export.WriteChar( '\x13' );
m_rWW8Export.m_pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), aItems.size(),
aItems.data() );
- m_rWW8Export.OutSwString( rText, 0, rText.getLength(), m_rWW8Export.IsUnicode(),
- RTL_TEXTENCODING_MS_1252 );
+ m_rWW8Export.OutSwString(rText, 0, rText.getLength());
m_rWW8Export.m_pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), nStt_sprmCFSpec,
aItems.data() );
m_rWW8Export.WriteChar( '\x15' );