summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-03-30 14:18:40 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-03-30 14:30:35 +0200
commit8836b45de536a3a2fd72533c3210e439bc2fbca1 (patch)
tree2de100383f7641750b77eb32df7df77d9a285dcb
parent166be18da0686f2c445f521e3f1a83db8a3c3360 (diff)
fdo#40735 RTF export: CJK text is typically not single-byte
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx
index 7cdae5f5bb87..1eb080341981 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -2100,7 +2100,7 @@ void RtfAttributeOutput::CharFontCJK( const SvxFontItem& rFont )
{
SAL_INFO("sw.rtf", OSL_THIS_FUNC);
- m_aStyles.append(OOO_STRING_SVTOOLS_RTF_HICH);
+ m_aStyles.append(OOO_STRING_SVTOOLS_RTF_DBCH);
m_aStyles.append(OOO_STRING_SVTOOLS_RTF_AF);
m_aStyles.append((sal_Int32)m_rExport.maFontHelper.GetId(rFont));
}