summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8')
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx2
-rw-r--r--sw/source/filter/ww8/ww8par3.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 570057a34b3f..b1c1d7a71315 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2671,7 +2671,7 @@ void MSWordExportBase::OutputTextNode( SwTextNode& rNode )
/*
If a given para is using the SvxFrameDirection::Environment direction we
- cannot export that, if it's ltr then that's ok as thats word's
+ cannot export that, if it's ltr then that's ok as that is word's
default. Otherwise we must add a RTL attribute to our export list
*/
const SvxFrameDirectionItem* pItem = static_cast<const SvxFrameDirectionItem*>(
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx
index 51f9a7588cf0..cf6f5555b6fc 100644
--- a/sw/source/filter/ww8/ww8par3.cxx
+++ b/sw/source/filter/ww8/ww8par3.cxx
@@ -1359,7 +1359,7 @@ WW8ListManager::WW8ListManager(SvStream& rSt_, SwWW8ImplReader& rReader_)
// 2.2.2 read all LFOLVL (and LVL) for the new NumRule
- WW8aISet aItemSet; // Character attribues from GrpprlChpx
+ WW8aISet aItemSet; // Character attributes from GrpprlChpx
WW8aCFormat aCharFormat; // Character Style Pointer
memset(&aCharFormat, 0, sizeof( aCharFormat ));