summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/zoomlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/zoomlist.hxx')
-rwxr-xr-xsd/source/ui/inc/zoomlist.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/zoomlist.hxx b/sd/source/ui/inc/zoomlist.hxx
index 6957bfed25ce..13f3d6fe83bb 100755
--- a/sd/source/ui/inc/zoomlist.hxx
+++ b/sd/source/ui/inc/zoomlist.hxx
@@ -46,12 +46,12 @@ public:
void InsertZoomRect(const Rectangle& rRect);
Rectangle GetNextZoomRect();
Rectangle GetPreviousZoomRect();
- BOOL IsNextPossible() const;
- BOOL IsPreviousPossible() const;
+ sal_Bool IsNextPossible() const;
+ sal_Bool IsPreviousPossible() const;
private:
ViewShell* mpViewShell;
- ULONG mnCurPos;
+ sal_uLong mnCurPos;
};
} // end of namespace sd