diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-06-19 13:36:27 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-06-19 13:36:27 +0000 |
commit | ddde6f86f926dc5342c27c14b0b0b4d85dede282 (patch) | |
tree | 75a1217ecf6dd271089c32e42ed1f2cb2baac153 /automation/source/server | |
parent | ab14828403ccc2bbc6ea637be0209faab9ebb7f3 (diff) |
INTEGRATION: CWS gh14 (1.16.4); FILE MERGED
2007/06/15 09:49:09 gh 1.16.4.1: #i76851# new command to get status of executed slot
Diffstat (limited to 'automation/source/server')
-rw-r--r-- | automation/source/server/server.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/server/server.cxx b/automation/source/server/server.cxx index adb327b73146..da03665d0672 100644 --- a/automation/source/server/server.cxx +++ b/automation/source/server/server.cxx @@ -4,9 +4,9 @@ * * $RCSfile: server.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: kz $ $Date: 2007-05-11 08:54:31 $ + * last change: $Author: kz $ $Date: 2007-06-19 14:36:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -786,7 +786,7 @@ BOOL ImplRemoteControl::QueCommands( ULONG nServiceId, SvStream *pIn ) { #ifdef TIMERIDLE m_aIdleTimer.SetTimeoutHdl( LINK( this, ImplRemoteControl, IdleHdl ) ); - m_aIdleTimer.SetTimeout( 1000 ); + m_aIdleTimer.SetTimeout( 500 ); m_aIdleTimer.Start(); #else GetpApp()->InsertIdleHdl( LINK( this, ImplRemoteControl, IdleHdl ), 1 ); |