summaryrefslogtreecommitdiffstats
path: root/sw/inc/swwait.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-01-16 07:33:02 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-01-16 09:42:51 +0900
commitfdc383dcd3cb3ca954fe2f2b120433d8c6290d8c (patch)
tree8ea743110139392c31de462edf5f23a06036b009 /sw/inc/swwait.hxx
parentAdd tablet specific landscape layout. (diff)
downloadcore-fdc383dcd3cb3ca954fe2f2b120433d8c6290d8c.tar.gz
core-fdc383dcd3cb3ca954fe2f2b120433d8c6290d8c.zip
sal_Bool to bool
Change-Id: Ia4336c928f67f2bb4f0cb2e2409dda7940c7e70e
Diffstat (limited to 'sw/inc/swwait.hxx')
-rw-r--r--sw/inc/swwait.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swwait.hxx b/sw/inc/swwait.hxx
index 2b6b3abdc795..089f1856c925 100644
--- a/sw/inc/swwait.hxx
+++ b/sw/inc/swwait.hxx
@@ -27,9 +27,9 @@ class SwDocShell;
class SW_DLLPUBLIC SwWait
{
SwDocShell &rDoc;
- sal_Bool bLock;
+ bool bLock;
public:
- SwWait( SwDocShell &rDocShell, sal_Bool bLockDispatcher );
+ SwWait( SwDocShell &rDocShell, bool bLockDispatcher );
~SwWait();
};