diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-09 14:00:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-09 14:00:49 +0100 |
commit | b2043b3585729abd6b29ca8a7797a54223021415 (patch) | |
tree | 001a8430bb70d385684c615f9e54a7e5ec14cc6b /sw | |
parent | 9dbc6c88b03af6488b99ce355f8ae34d9a542cc0 (diff) |
map CTL_LANGUAGE<->RTF_ALANG the same as CTL_FONTSIZE<->RTF_AFS
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/rtfattributeoutput.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx index 83110b89d80d..1af6069de741 100644 --- a/sw/source/filter/ww8/rtfattributeoutput.cxx +++ b/sw/source/filter/ww8/rtfattributeoutput.cxx @@ -1975,7 +1975,7 @@ void RtfAttributeOutput::CharLanguage( const SvxLanguageItem& rLanguage ) m_aStyles.append((sal_Int32)rLanguage.GetLanguage()); break; case RES_CHRATR_CTL_LANGUAGE: - m_aStyles.append(OOO_STRING_SVTOOLS_RTF_LANG); + m_aStyles.append(OOO_STRING_SVTOOLS_RTF_ALANG); m_aStyles.append((sal_Int32)rLanguage.GetLanguage()); break; } |