Another small removal of dependencies on tools/solar.h, this time in sc/inc/waitoff.h
Sören Möller (LGPLv3+ / MPL)
From 64383ecc28b5c4aa09ecab31fb45be93ec4aa511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20M=C3=B6ller?= <soerenmoeller2...@gmail.com> Date: Tue, 4 Jan 2011 19:41:48 +0100 Subject: [PATCH] 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 --- sc/inc/waitoff.hxx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sc/inc/waitoff.hxx b/sc/inc/waitoff.hxx index d58f1cd..28d366e 100644 --- a/sc/inc/waitoff.hxx +++ b/sc/inc/waitoff.hxx @@ -29,7 +29,7 @@ #ifndef SC_WAITOFF_HXX #define SC_WAITOFF_HXX -#include <tools/solar.h> +#include <sal/types.h> class Window; @@ -37,7 +37,7 @@ class ScWaitCursorOff { private: Window* pWin; - ULONG nWaiters; + sal_uInt32 nWaiters; public: ScWaitCursorOff( Window* pWin ); ~ScWaitCursorOff(); -- 1.7.0.4
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice