summaryrefslogtreecommitdiff
path: root/vcl/unx/inc/saldata.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-07 18:24:18 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-07 18:24:18 +0100
commit68f2d13c9f1698eb45c4a1b341d1cac7c7526929 (patch)
tree7410ec5fba02e438b18e68ca5aa78f2fa3f26ef0 /vcl/unx/inc/saldata.hxx
parent39ad2ff73a9700be25064169bc8bd85001ab959c (diff)
removetooltypes: #i112600# Adapt Unix part for removed tool types
Diffstat (limited to 'vcl/unx/inc/saldata.hxx')
-rw-r--r--vcl/unx/inc/saldata.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/inc/saldata.hxx b/vcl/unx/inc/saldata.hxx
index 939437060750..79c7ca277e82 100644
--- a/vcl/unx/inc/saldata.hxx
+++ b/vcl/unx/inc/saldata.hxx
@@ -58,7 +58,7 @@ typedef unsigned int pthread_t;
class VCL_DLLPUBLIC X11SalData : public SalData
{
protected:
- BOOL bNoExceptions_;
+ sal_Bool bNoExceptions_;
SalXLib *pXLib_;
SalDisplay *m_pSalDisplay;
pthread_t hMainThread_;
@@ -85,7 +85,7 @@ public:
inline SalXLib* GetLib() const { return pXLib_; }
inline pthread_t GetMainThread() const { return hMainThread_; }
- void StartTimer( ULONG nMS );
+ void StartTimer( sal_uInt32 nMS );
inline void StopTimer();
void Timeout() const;
@@ -114,7 +114,7 @@ inline void X11SalData::XError( Display *pDisplay, XErrorEvent *pEvent ) const
class YieldMutexReleaser
{
- ULONG m_nYieldCount;
+ sal_uInt32 m_nYieldCount;
public:
inline YieldMutexReleaser();
inline ~YieldMutexReleaser();