summaryrefslogtreecommitdiff
path: root/basic/source/app
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
commitf88f6451fb99709768369d774f6eff35b3715902 (patch)
treed4b6748e0d5866d29d63f605e41cc251547e0305 /basic/source/app
parent5a0180b1ff066350c5b81689e8780e84d53d0dce (diff)
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'basic/source/app')
-rw-r--r--basic/source/app/app.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx
index 9293e4195f..cdf4d3ae1f 100644
--- a/basic/source/app/app.cxx
+++ b/basic/source/app/app.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: app.cxx,v $
- * $Revision: 1.80 $
+ * $Revision: 1.79.14.2 $
*
* This file is part of OpenOffice.org.
*
@@ -1465,7 +1465,7 @@ long BasicFrame::Command( short nID, BOOL bChecked )
else
{
AppWin *w = NULL;
- for ( w = pList->Last() ; w ? !w->ISA(AppBasEd) : FALSE ; w = pList->Prev() );
+ for ( w = pList->Last() ; w ? !w->ISA(AppBasEd) : FALSE ; w = pList->Prev() ) ;
if ( w )
{
p = ((AppBasEd*)w);