summaryrefslogtreecommitdiff
path: root/framework/inc/threadhelp/igate.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/threadhelp/igate.h')
-rw-r--r--framework/inc/threadhelp/igate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/threadhelp/igate.h b/framework/inc/threadhelp/igate.h
index 957493c8972a..0eec80743da8 100644
--- a/framework/inc/threadhelp/igate.h
+++ b/framework/inc/threadhelp/igate.h
@@ -44,7 +44,7 @@ class IGate
virtual void open ( ) = 0;
virtual void close ( ) = 0;
virtual void openGap ( ) = 0;
- virtual sal_Bool wait ( const TimeValue* pTimeOut = NULL ) = 0;
+ virtual bool wait ( const TimeValue* pTimeOut = NULL ) = 0;
protected:
~IGate() {}