diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-01-16 07:33:02 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-01-16 09:42:51 +0900 |
commit | fdc383dcd3cb3ca954fe2f2b120433d8c6290d8c (patch) | |
tree | 8ea743110139392c31de462edf5f23a06036b009 /sw/inc/docsh.hxx | |
parent | a689b673b723a72a37bcb9f5ef5db5102b85bb41 (diff) |
sal_Bool to bool
Change-Id: Ia4336c928f67f2bb4f0cb2e2409dda7940c7e70e
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r-- | sw/inc/docsh.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index 10a7b2d1b6d2..4a6ec3e8180c 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -265,8 +265,8 @@ public: /** Activate wait cursor for all windows of this document Optionally all dispatcher could be Locked Usually locking should be done using the class: SwWaitObject! */ - void EnterWait( sal_Bool bLockDispatcher ); - void LeaveWait( sal_Bool bLockDispatcher ); + void EnterWait( bool bLockDispatcher ); + void LeaveWait( bool bLockDispatcher ); void ToggleBrowserMode(sal_Bool bOn, SwView* pView); |