Kaydet (Commit) ec93cd4c authored tarafından Sören Möller's avatar Sören Möller Kaydeden (comit) Jan Holesovsky

Removed dependencies on tools/solar.h in waitoff.h

Replaced datatypes from tools/solar.h in waitoff.h by corresponding types from sal/types.h
üst 6849d5a4
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#ifndef SC_WAITOFF_HXX #ifndef SC_WAITOFF_HXX
#define SC_WAITOFF_HXX #define SC_WAITOFF_HXX
#include <tools/solar.h> #include <sal/types.h>
class Window; class Window;
...@@ -37,7 +37,7 @@ class ScWaitCursorOff ...@@ -37,7 +37,7 @@ class ScWaitCursorOff
{ {
private: private:
Window* pWin; Window* pWin;
ULONG nWaiters; sal_uInt32 nWaiters;
public: public:
ScWaitCursorOff( Window* pWin ); ScWaitCursorOff( Window* pWin );
~ScWaitCursorOff(); ~ScWaitCursorOff();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment