diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
commit | 435f5e30c968ffd5761873f8b3f756949545ce72 (patch) | |
tree | b7f1623723f23d141d7b6b0cada5d28523d53fdf /sw | |
parent | 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff) |
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par2.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/utlui/content.cxx | 2 |
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)) { |