summaryrefslogtreecommitdiffstats
path: root/sw/inc/swwait.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-17 15:06:54 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-17 15:06:54 +0100
commit7f33ed417b2e29e5470724ea76967f64699a2662 (patch)
treeabfa1432c5ffffe4c7502d4ddcaee918c584c69c /sw/inc/swwait.hxx
parentremovetooltypes01: #i112600# Remove tool types from binfilter, starmath, svx,... (diff)
downloadcore-7f33ed417b2e29e5470724ea76967f64699a2662.tar.gz
core-7f33ed417b2e29e5470724ea76967f64699a2662.zip
removetooltypes01: #i112600# Remove tools types from sw
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 19fb3045359c..19fb6cfb40a3 100644
--- a/sw/inc/swwait.hxx
+++ b/sw/inc/swwait.hxx
@@ -35,9 +35,9 @@ class SwDocShell;
class SW_DLLPUBLIC SwWait
{
SwDocShell &rDoc;
- BOOL bLock;
+ sal_Bool bLock;
public:
- SwWait( SwDocShell &rDocShell, BOOL bLockDispatcher );
+ SwWait( SwDocShell &rDocShell, sal_Bool bLockDispatcher );
~SwWait();
};