diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-06-21 06:31:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-06-21 06:31:54 +0000 |
commit | f0100386e6104cf66080894277876714a1c5976c (patch) | |
tree | b494620828a9846ec4d7061848d8a4bd8d5469c7 /automation/source/server | |
parent | ee08081bd9b8b7b5643e67b4237c4cee9733bb2a (diff) |
#i10000# Syntax: missing opening parenthesis (probably mistake in manually resolving merge conlict).
Diffstat (limited to 'automation/source/server')
-rw-r--r-- | automation/source/server/statemnt.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/automation/source/server/statemnt.cxx b/automation/source/server/statemnt.cxx index 6bb5c1e52788..affa1ec6b83c 100644 --- a/automation/source/server/statemnt.cxx +++ b/automation/source/server/statemnt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: statemnt.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: kz $ $Date: 2007-06-19 15:47:37 $ + * last change: $Author: vg $ $Date: 2007-06-21 07:31:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -4774,6 +4774,7 @@ BOOL StatementControl::Execute() pControl->GrabFocus(); int i = 10; while ( i-- && !pControl->HasFocus() ) // reschedule a bit + { SafeReschedule(); if ( !WinPtrValid( pControl ) ) return FALSE; |