summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/wrtsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/wrtsh.hxx')
-rw-r--r--sw/source/uibase/inc/wrtsh.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/wrtsh.hxx b/sw/source/uibase/inc/wrtsh.hxx
index 4c03c9164cd9..024450c531f2 100644
--- a/sw/source/uibase/inc/wrtsh.hxx
+++ b/sw/source/uibase/inc/wrtsh.hxx
@@ -266,7 +266,7 @@ typedef bool (SwWrtShell:: *FNSimpleMove)();
long DelLine();
long DelLeft();
- // also deletes the frame or sets the cursor in the frame when bDelFrm == sal_False
+ // also deletes the frame or sets the cursor in the frame when bDelFrm == false
long DelRight();
long DelToEndOfPara();
long DelToStartOfPara();
@@ -311,8 +311,8 @@ typedef bool (SwWrtShell:: *FNSimpleMove)();
/**
Turns on numbering or bullets.
- @param bNum sal_True: turn on numbering
- sal_False: turn on bullets
+ @param bNum true: turn on numbering
+ false: turn on bullets
*/
void NumOrBulletOn(bool bNum); // #i29560#
void NumOrBulletOff(); // #i29560#
@@ -400,7 +400,7 @@ typedef bool (SwWrtShell:: *FNSimpleMove)();
bool GotoMark( const ::sw::mark::IMark* const pMark );
bool GotoMark( const ::sw::mark::IMark* const pMark, bool bSelect, bool bStart );
bool GotoMark( const OUString& rName );
- bool GoNextBookmark(); // sal_True when there still was one
+ bool GoNextBookmark(); // true when there still was one
bool GoPrevBookmark();
bool GotoFieldmark(::sw::mark::IFieldmark const * const pMark);