summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/layout/frmtool.cxx2
-rw-r--r--sw/source/filter/html/htmlform.cxx2
-rw-r--r--sw/source/filter/ww8/ww8scan.cxx2
-rw-r--r--sw/source/ui/index/swuiidxmrk.cxx2
-rw-r--r--sw/source/uibase/inc/formatclipboard.hxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index 72bfaefa0f79..0eb6c7c53f7b 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -2611,7 +2611,7 @@ void RestoreContent( SwFrm *pSav, SwLayoutFrm *pParent, SwFrm *pSibling, bool bG
}
}
- // the parent needs to grow appropiately
+ // the parent needs to grow appropriately
SwTwips nGrowVal = 0;
SwFrm* pLast;
do
diff --git a/sw/source/filter/html/htmlform.cxx b/sw/source/filter/html/htmlform.cxx
index 1f5dd09da113..6a44af044a5c 100644
--- a/sw/source/filter/html/htmlform.cxx
+++ b/sw/source/filter/html/htmlform.cxx
@@ -696,7 +696,7 @@ void SwHTMLParser::SetControlSize( const uno::Reference< drawing::XShape >& rSha
awt::Size aSz( rShape->getSize() );
awt::Size aNewSz( 0, 0 );
- // #i71248# ensure we got a XControl before apllying corrections
+ // #i71248# ensure we got a XControl before applying corrections
if(xControl.is())
{
if( bMinWidth || bMinHeight )
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 109a3c29b08d..a69522bcddaa 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -2623,7 +2623,7 @@ WW8PLCFx_Fc_FKP::WW8Fkp::WW8Fkp(ww::WordVersion eVersion, SvStream* pSt,
//one more FC than grrpl entries
maEntries.push_back(Entry(Get_Long(pStart)));
- //we expect them sorted, but it appears possible for them to arive unsorted
+ //we expect them sorted, but it appears possible for them to arrive unsorted
std::sort(maEntries.begin(), maEntries.end());
mnIdx = 0;
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx
index c3e0d6baeb4e..3fc289aa4de8 100644
--- a/sw/source/ui/index/swuiidxmrk.cxx
+++ b/sw/source/ui/index/swuiidxmrk.cxx
@@ -471,7 +471,7 @@ void SwIndexMarkPane::InsertMark()
pSh->StartAllAction();
// all equal strings have to be selected here so that the
- // entry is apllied to all equal strings
+ // entry is applied to all equal strings
if(bApplyAll)
{
lcl_SelectSameStrings(*pSh, bWordOnly, bCaseSensitive);
diff --git a/sw/source/uibase/inc/formatclipboard.hxx b/sw/source/uibase/inc/formatclipboard.hxx
index a229e4519bca..a6cb37f054d7 100644
--- a/sw/source/uibase/inc/formatclipboard.hxx
+++ b/sw/source/uibase/inc/formatclipboard.hxx
@@ -71,7 +71,7 @@ private:
/** automatic/named character attribute set */
SfxItemSet* m_pItemSet_TextAttr;
/** automatic/named paragraph attribute set
- * (it can be caractere attribute applyied to the paragraph) */
+ * (it can be character attribute applied to the paragraph) */
SfxItemSet* m_pItemSet_ParAttr;
/** table attribute set */