summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-11-27 15:12:07 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-11-27 15:12:07 +0700
commitc3dc0189848f3e4ab48985860ad1a627cec5850a (patch)
tree83b7adbd1cafdc7df2b766061a9568170702817e /sw/source/ui/wrtsh
parentc5710d4700e9b3ab854819cc8ce6c70d0654f5dc (diff)
typos fixing
Diffstat (limited to 'sw/source/ui/wrtsh')
-rw-r--r--sw/source/ui/wrtsh/wrtsh1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/wrtsh/wrtsh1.cxx b/sw/source/ui/wrtsh/wrtsh1.cxx
index 409500b399bb..1be2d1087a50 100644
--- a/sw/source/ui/wrtsh/wrtsh1.cxx
+++ b/sw/source/ui/wrtsh/wrtsh1.cxx
@@ -1054,7 +1054,7 @@ void SwWrtShell::SplitNode( sal_Bool bAutoFmt, sal_Bool bCheckTableStart )
// cursor position in the document.
void SwWrtShell::NumOrBulletOn(sal_Bool bNum)
{
- // determine numbering rule found at current cursor position in the docment.
+ // determine numbering rule found at current cursor position in the document.
const SwNumRule* pCurRule = GetCurNumRule();
StartUndo(UNDO_NUMORNONUM);
@@ -1106,7 +1106,7 @@ void SwWrtShell::NumOrBulletOn(sal_Bool bNum)
GetCrsr()->GetPoint()->nNode.GetNode().GetTxtNode();
if ( pTxtNode && !pTxtNode->IsCountedInList() )
{
- // check, if numbering of the outline level of the pararaph
+ // check, if numbering of the outline level of the paragraph
// style is active. If not, activate this outline level.
nActivateOutlineLvl = pColl->GetAssignedOutlineStyleLevel();
OSL_ENSURE( pColl->IsAssignedToListLevelOfOutlineStyle(),
@@ -1154,7 +1154,7 @@ void SwWrtShell::NumOrBulletOn(sal_Bool bNum)
}
else
{
- // check, if numbering of the outline level of the pararaph
+ // check, if numbering of the outline level of the paragraph
// style is active. If not, activate this outline level.
nActivateOutlineLvl = pColl->GetAssignedOutlineStyleLevel();
OSL_ENSURE( pColl->IsAssignedToListLevelOfOutlineStyle(),