summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews1.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-03 15:29:15 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-03 15:29:15 +0000
commit727ad9d89831b976dfda19c65ca83bdb70bab875 (patch)
tree260a4dbcf6cc230da952a20aec19593886f983da /sd/source/ui/view/drviews1.cxx
parent992e7e38971bb717b00f42eb96eefb493407b0e4 (diff)
INTEGRATION: CWS components1 (1.66.42); FILE MERGED
2007/01/25 15:36:54 af 1.66.42.5: RESYNC: (1.72-1.74); FILE MERGED 2006/11/21 16:27:24 af 1.66.42.4: RESYNC: (1.71-1.72); FILE MERGED 2006/11/21 09:40:52 af 1.66.42.3: RESYNC: (1.70-1.71); FILE MERGED 2006/09/25 17:43:55 af 1.66.42.2: RESYNC: (1.66-1.70); FILE MERGED 2006/08/22 12:52:16 af 1.66.42.1: #i68075# Fixed tsome typos in comments.
Diffstat (limited to 'sd/source/ui/view/drviews1.cxx')
-rw-r--r--sd/source/ui/view/drviews1.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index 19d29bef94e0..80b8f687c08d 100644
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drviews1.cxx,v $
*
- * $Revision: 1.74 $
+ * $Revision: 1.75 $
*
- * last change: $Author: kz $ $Date: 2006-12-13 17:57:19 $
+ * last change: $Author: rt $ $Date: 2007-04-03 16:29:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -948,7 +948,7 @@ BOOL DrawViewShell::SwitchPage(USHORT nSelectedPage)
if (GetActiveWindow()->IsInPaint())
{
// Switching the current page while a Paint is being executed is
- // dangerous. So, post it for alter execution and return.
+ // dangerous. So, post it for later execution and return.
maAsynchronousSwitchPageCall.Post(::boost::bind(
::std::mem_fun(&DrawViewShell::SwitchPage),
this,
@@ -963,9 +963,9 @@ BOOL DrawViewShell::SwitchPage(USHORT nSelectedPage)
// returns at one point in time SDRPAGE_NOTFOUND as current page index.
// Because FuSlideShow is currently being rewritten this bug is fixed
// here.
- // This is not as bad a hack as it may lock since making SwitchPage()
- // more robust with respect to invalid page numbers this if statement is
- // a good thing anyway.
+ // This is not as bad a hack as it may look because making SwitchPage()
+ // more robust with respect to invalid page numbers is a good thing
+ // anyway.
if (nSelectedPage == SDRPAGE_NOTFOUND)
{
nSelectedPage = 0;