From 364ac5acf491ce4654ff9ca85fc416343b55b685 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Thu, 13 Mar 2014 23:27:24 -0300 Subject: fdo#63154 Remove some solar.h references Remove some solar.h from tools. Replace sal_uLong by size_t, sal_uInt32 and sal_Int32. Change-Id: I38961db046337a3ea4ef75d64afa424d81391f34 Reviewed-on: https://gerrit.libreoffice.org/8582 Tested-by: LibreOffice gerrit bot Reviewed-by: Norbert Thiebaud --- sd/source/ui/inc/zoomlist.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/inc/zoomlist.hxx') diff --git a/sd/source/ui/inc/zoomlist.hxx b/sd/source/ui/inc/zoomlist.hxx index 198f7feec653..9c07a2a5f9e7 100644 --- a/sd/source/ui/inc/zoomlist.hxx +++ b/sd/source/ui/inc/zoomlist.hxx @@ -42,7 +42,7 @@ public: private: ViewShell* mpViewShell; - sal_uLong mnCurPos; + sal_uInt32 mnCurPos; std::vector maRectangles; }; -- cgit