summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/wrtsh.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-10-19 03:59:48 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-10-19 04:15:34 +0900
commit329d3287272bf4715244a3c03ca008f049e9132f (patch)
tree2fae12bc4da9783fe1480130cd95e18917601897 /sw/source/ui/inc/wrtsh.hxx
parent6f2a127989c4284720b0970c93964b131ff0f7c4 (diff)
sal_Bool to bool
Change-Id: Id3be1fbf289f04e175bb2fdd71754cad0c9672ce
Diffstat (limited to 'sw/source/ui/inc/wrtsh.hxx')
-rw-r--r--sw/source/ui/inc/wrtsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx
index 86b4b6e9a2eb..1ff6b5628923 100644
--- a/sw/source/ui/inc/wrtsh.hxx
+++ b/sw/source/ui/inc/wrtsh.hxx
@@ -428,7 +428,7 @@ typedef sal_Bool (SwWrtShell:: *FNSimpleMove)();
void ExecMacro( const SvxMacro& rMacro, String* pRet = 0, SbxArray* pArgs = 0 );
// call into the dark Basic/JavaScript
sal_uInt16 CallEvent( sal_uInt16 nEvent, const SwCallMouseEvent& rCallEvent,
- sal_Bool bCheckPtr = sal_False, SbxArray* pArgs = 0,
+ bool bCheckPtr = false, SbxArray* pArgs = 0,
const Link* pCallBack = 0 );
// a click at the given field. the cursor is on it.