summaryrefslogtreecommitdiffstats
path: root/sw/source/filter
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/html/htmlctxt.cxx2
-rw-r--r--sw/source/filter/html/swhtml.cxx2
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx2
-rw-r--r--sw/source/filter/ww8/ww8par3.cxx2
-rw-r--r--sw/source/filter/xml/xmltbli.cxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/filter/html/htmlctxt.cxx b/sw/source/filter/html/htmlctxt.cxx
index 76144ff6cb5c..f93e5ffee1d0 100644
--- a/sw/source/filter/html/htmlctxt.cxx
+++ b/sw/source/filter/html/htmlctxt.cxx
@@ -53,7 +53,7 @@ class HTMLAttrContext_SaveDoc
size_t nContextStMin; // Stack lower bound for the environment
// if stack needs to be protected
size_t nContextStAttrMin; // Stack lower bound for the environment
- // if the attribues shouldn't be preserved
+ // if the attributes shouldn't be preserved
bool bStripTrailingPara : 1;
bool bKeepNumRules : 1;
bool bFixHeaderDist : 1;
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx
index 07801186d85a..7a6d70b612d1 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -2271,7 +2271,7 @@ bool SwHTMLParser::AppendTextNode( SwHTMLAppendMode eMode, bool bUpdateNum )
// If we find a hint that starts before the current end position,
// we have to set it. If we find a hint that start behind or at
// that position, we have to take the hint value into account.
- // If it is equal to the style, or in fact the paragarph value
+ // If it is equal to the style, or in fact the paragraph value
// for that hint, the hint is removed. Otherwise its end position
// is remembered.
sal_Int32 aEndPos[15] =
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 ));
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx
index b33d19fa8a55..2d9877396a51 100644
--- a/sw/source/filter/xml/xmltbli.cxx
+++ b/sw/source/filter/xml/xmltbli.cxx
@@ -2394,7 +2394,7 @@ void SwXMLTableContext::MakeTable_( SwTableBox *pBox )
{
// This happens only for percentage values for the table itself.
// In this case, the columns get the correct width even if
- // the sum of the relative withs is smaller than the available
+ // the sum of the relative widths is smaller than the available
// width in TWIP. Therefore, we can use the relative width.
m_nWidth = nRelWidth > USHRT_MAX ? USHRT_MAX : nRelWidth;
}