summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
commit435f5e30c968ffd5761873f8b3f756949545ce72 (patch)
treeb7f1623723f23d141d7b6b0cada5d28523d53fdf /sw
parentfdo#60724 informations -> information (diff)
downloadcore-435f5e30c968ffd5761873f8b3f756949545ce72.tar.gz
core-435f5e30c968ffd5761873f8b3f756949545ce72.zip
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8par2.cxx2
-rw-r--r--sw/source/ui/utlui/content.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index 2e4ed84e95cc..643f334e1838 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -3147,7 +3147,7 @@ void WW8TabDesc::AdjustNewBand()
if( bClaimLineFmt )
{
- pTabLine->ClaimFrmFmt(); // necessary becaus of cell height
+ pTabLine->ClaimFrmFmt(); // necessary because of cell height
SwFmtFrmSize aF( ATT_MIN_SIZE, 0, 0 ); // default
if (pActBand->nLineHeight == 0) // 0 = Auto
diff --git a/sw/source/ui/utlui/content.cxx b/sw/source/ui/utlui/content.cxx
index 4b71f62d8e49..dfd6aebeba78 100644
--- a/sw/source/ui/utlui/content.cxx
+++ b/sw/source/ui/utlui/content.cxx
@@ -1006,7 +1006,7 @@ PopupMenu* SwContentTree::CreateContextMenu( void )
pPop->InsertItem(3, aContextStrings[ST_DISPLAY - ST_CONTEXT_FIRST]);
// Now edit
SvTreeListEntry* pEntry = 0;
- // Edit only if the shown content is comming from the current view.
+ // Edit only if the shown content is coming from the current view.
if((bIsActive || pActiveShell == pActiveView->GetWrtShellPtr())
&& 0 != (pEntry = FirstSelected()) && lcl_IsContent(pEntry))
{