summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/zoomlist.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-03-13 23:27:24 -0300
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-03-15 22:55:02 +0000
commit364ac5acf491ce4654ff9ca85fc416343b55b685 (patch)
tree3ec0f3c8fcaa4056f80a0e865c1b5622c5a20ee4 /sd/source/ui/inc/zoomlist.hxx
parent93e6291c29d547c0c29c6e43b2ca4b36a3e8506f (diff)
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 <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sd/source/ui/inc/zoomlist.hxx')
-rw-r--r--sd/source/ui/inc/zoomlist.hxx2
1 files changed, 1 insertions, 1 deletions
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<Rectangle> maRectangles;
};