summaryrefslogtreecommitdiff
path: root/automation/source/inc/testtool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/inc/testtool.hxx')
-rw-r--r--automation/source/inc/testtool.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/inc/testtool.hxx b/automation/source/inc/testtool.hxx
index 33c9e225b684..9454f57f05f7 100644
--- a/automation/source/inc/testtool.hxx
+++ b/automation/source/inc/testtool.hxx
@@ -46,9 +46,9 @@ class ImplRemoteControl
{
friend class StatementFlow;
- BOOL m_bIdleInserted;
+ sal_Bool m_bIdleInserted;
AutoTimer m_aIdleTimer;
- BOOL m_bInsideExecutionLoop;
+ sal_Bool m_bInsideExecutionLoop;
#if OSL_DEBUG_LEVEL > 1
EditWindow *m_pDbgWin;
#endif
@@ -56,7 +56,7 @@ class ImplRemoteControl
public:
ImplRemoteControl();
~ImplRemoteControl();
- BOOL QueCommands( ULONG nServiceId, SvStream *pIn );
+ sal_Bool QueCommands( sal_uLong nServiceId, SvStream *pIn );
SvStream* GetReturnStream();
DECL_LINK( IdleHdl, Application* );