summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index d5b8c244f9ee..11712b8520d6 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -2785,7 +2785,7 @@ rtl_TextEncoding SwWW8ImplReader::GetCharSetFromLanguage()
This is a bit tentative, more might be required if the concept is correct.
When later version of word write older 6/95 documents the charset is
- correctly set in the character runs involved, so its hard to reproduce
+ correctly set in the character runs involved, so it's hard to reproduce
documents that require this to be sure of the process involved.
*/
const SvxLanguageItem *pLang = static_cast<const SvxLanguageItem*>(GetFormatAttr(RES_CHRATR_LANGUAGE));
@@ -2803,7 +2803,7 @@ rtl_TextEncoding SwWW8ImplReader::GetCJKCharSetFromLanguage()
This is a bit tentative, more might be required if the concept is correct.
When later version of word write older 6/95 documents the charset is
- correctly set in the character runs involved, so its hard to reproduce
+ correctly set in the character runs involved, so it's hard to reproduce
documents that require this to be sure of the process involved.
*/
const SvxLanguageItem *pLang = static_cast<const SvxLanguageItem*>(GetFormatAttr(RES_CHRATR_CJK_LANGUAGE));