summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/zoomlist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/zoomlist.cxx')
-rw-r--r--sd/source/ui/view/zoomlist.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sd/source/ui/view/zoomlist.cxx b/sd/source/ui/view/zoomlist.cxx
index 1d5dd0cac84c..c88e89da1ac5 100644
--- a/sd/source/ui/view/zoomlist.cxx
+++ b/sd/source/ui/view/zoomlist.cxx
@@ -45,7 +45,7 @@ namespace sd {
/*************************************************************************
|*
-|* Konstruktor
+|* Constructor
|*
\************************************************************************/
@@ -59,7 +59,7 @@ ZoomList::ZoomList(ViewShell* pViewShell)
/*************************************************************************
|*
-|* Destruktor
+|* Destructor
|*
\************************************************************************/
@@ -71,7 +71,7 @@ ZoomList::~ZoomList()
for (ULONG nObject=0; nObject<Count(); nObject++)
#endif
{
- // Ggf. ZoomRects loeschen
+ // delete ZoomRects if necessary
delete ((Rectangle*) GetObject(nObject));
}
}
@@ -79,7 +79,7 @@ ZoomList::~ZoomList()
/*************************************************************************
|*
-|* Neues ZoomRect aufnehmen
+|* Insert new ZoomRect
|*
\************************************************************************/
@@ -111,7 +111,7 @@ void ZoomList::InsertZoomRect(const Rectangle& rRect)
/*************************************************************************
|*
-|* Naechstes ZoomRect herausgeben
+|* Return next ZoomRect
|*
\************************************************************************/
@@ -135,7 +135,7 @@ Rectangle ZoomList::GetNextZoomRect()
/*************************************************************************
|*
-|* Letztes ZoomRect herausgeben
+|* Return last ZoomRect
|*
\************************************************************************/
@@ -156,7 +156,7 @@ Rectangle ZoomList::GetPreviousZoomRect()
/*************************************************************************
|*
-|* Gibt es ein naechstes ZoomRect?
+|* Is there a next ZoomRect?
|*
\************************************************************************/
@@ -175,7 +175,7 @@ BOOL ZoomList::IsNextPossible() const
/*************************************************************************
|*
-|* Gibt es ein vorheriges ZoomRect?
+|* Is there a previous ZoomRect?
|*
\************************************************************************/