summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviewsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviewsh.cxx')
-rw-r--r--sd/source/ui/view/drviewsh.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/view/drviewsh.cxx b/sd/source/ui/view/drviewsh.cxx
index 26d0a70ba9a6..260b998b03e5 100644
--- a/sd/source/ui/view/drviewsh.cxx
+++ b/sd/source/ui/view/drviewsh.cxx
@@ -1,7 +1,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
@@ -57,7 +57,7 @@
namespace sd {
-#define TABCONTROL_INITIAL_SIZE 500
+#define TABCONTROL_INITIAL_SIZE 500
/*************************************************************************
|*
@@ -149,7 +149,7 @@ void DrawViewShell::MakeVisible(const Rectangle& rRect, ::Window& rWin)
while(rRect.Right() > aNewPos.X() + aVisAreaSize.Width())
aNewPos.X() += nFreeSpaceX;
-
+
while(rRect.Left() < aNewPos.X())
aNewPos.X() -= nFreeSpaceX;
}
@@ -175,7 +175,7 @@ void DrawViewShell::MakeVisible(const Rectangle& rRect, ::Window& rWin)
while(rRect.Bottom() > aNewPos.Y() + aVisAreaSize.Height())
aNewPos.Y() += nFreeSpaceY;
-
+
while(rRect.Top() < aNewPos.Y())
aNewPos.Y() -= nFreeSpaceY;
}