diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-10-09 14:04:02 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-10-09 14:04:02 +0000 |
commit | dad46050f9c33b2b84ab3a07b1325554e675c8b1 (patch) | |
tree | d19159df3822f9ba64632bbea683ae3c46509437 /vcl/unx | |
parent | ad2cbfe7a05fa93bb5ec4129d5764252a57c7994 (diff) |
INTEGRATION: CWS vclttfix (1.16.54); FILE MERGED
2007/08/08 16:18:17 pl 1.16.54.1: #i76541# workaround for testtool
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/inc/saldata.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/vcl/unx/inc/saldata.hxx b/vcl/unx/inc/saldata.hxx index 00685a8e31e3..08539d0527ea 100644 --- a/vcl/unx/inc/saldata.hxx +++ b/vcl/unx/inc/saldata.hxx @@ -4,9 +4,9 @@ * * $RCSfile: saldata.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2007-06-27 20:40:31 $ + * last change: $Author: kz $ $Date: 2007-10-09 15:04:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,12 +79,10 @@ class VCL_DLLPUBLIC X11SalData : public SalData { protected: BOOL bNoExceptions_; - SalXLib *pXLib_; - SalDisplay *m_pSalDisplay; - pthread_t hMainThread_; + bool m_bIsTesttool; public: X11SalData(); @@ -109,6 +107,7 @@ public: void StartTimer( ULONG nMS ); inline void StopTimer(); void Timeout() const; + bool isTestTool() const { return m_bIsTesttool; } static int XErrorHdl( Display*, XErrorEvent* ); static int XIOErrorHdl( Display* ); |