summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/zoomlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/zoomlist.hxx')
-rw-r--r--sd/source/ui/inc/zoomlist.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sd/source/ui/inc/zoomlist.hxx b/sd/source/ui/inc/zoomlist.hxx
index 1d8c1f2237ad..69742ece6ac4 100644
--- a/sd/source/ui/inc/zoomlist.hxx
+++ b/sd/source/ui/inc/zoomlist.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -44,15 +44,15 @@ public:
ZoomList(ViewShell* pViewShell);
virtual ~ZoomList();
- void InsertZoomRect(const Rectangle& rRect);
- Rectangle GetNextZoomRect();
- Rectangle GetPreviousZoomRect();
- BOOL IsNextPossible() const;
- BOOL IsPreviousPossible() const;
+ void InsertZoomRect(const Rectangle& rRect);
+ Rectangle GetNextZoomRect();
+ Rectangle GetPreviousZoomRect();
+ BOOL IsNextPossible() const;
+ BOOL IsPreviousPossible() const;
private:
- ViewShell* mpViewShell;
- ULONG mnCurPos;
+ ViewShell* mpViewShell;
+ ULONG mnCurPos;
};
} // end of namespace sd