From 727ad9d89831b976dfda19c65ca83bdb70bab875 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 3 Apr 2007 15:29:15 +0000 Subject: 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. --- sd/source/ui/view/drviews1.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sd/source/ui/view/drviews1.cxx') 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; -- cgit