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,15 +29,15 @@
#ifndef SC_WAITOFF_HXX
#define SC_WAITOFF_HXX
#include <tools/solar.h>
#include <sal/types.h>
class Window;
class ScWaitCursorOff
{
private:
Window* pWin;
ULONG nWaiters;
Window* pWin;
sal_uInt32 nWaiters;
public:
ScWaitCursorOff( Window* pWin );
~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