diff options
Diffstat (limited to 'sc/inc/waitoff.hxx')
-rw-r--r-- | sc/inc/waitoff.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/waitoff.hxx b/sc/inc/waitoff.hxx index b17435f23d7f..e181dcf70306 100644 --- a/sc/inc/waitoff.hxx +++ b/sc/inc/waitoff.hxx @@ -36,7 +36,7 @@ class ScWaitCursorOff { private: Window* pWin; - ULONG nWaiters; + sal_uLong nWaiters; public: ScWaitCursorOff( Window* pWin ); ~ScWaitCursorOff(); |