summaryrefslogtreecommitdiff
path: root/automation/source/server
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 13:15:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 13:15:31 +0000
commit34281721dfa53958a0daf589f121241ff2a389c8 (patch)
tree68b47c4ba20cf2f1c326a14f0325ebbc372d686a /automation/source/server
parent4f79e16be1caca235bad3f5678d13634dfcad16b (diff)
INTEGRATION: CWS gh12 (1.11.22); FILE MERGED
2006/01/12 10:09:03 gh 1.11.22.1: #i46293# o reschedule after command execution to prevent execution of FileExit in reschedule
Diffstat (limited to 'automation/source/server')
-rw-r--r--automation/source/server/server.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/automation/source/server/server.cxx b/automation/source/server/server.cxx
index 754b1dc55d4d..5c48d8c005c4 100644
--- a/automation/source/server/server.cxx
+++ b/automation/source/server/server.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: server.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:26:16 $
+ * last change: $Author: hr $ $Date: 2006-04-19 14:15:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -736,10 +736,10 @@ IMPL_LINK( ImplRemoteControl, CommandHdl, Application*, pApp )
}
}
-
+/* #i46293# remove reschedules
for (int xx = 1;xx < 20;xx++)
StatementList::NormalReschedule();
-
+*/
m_bInsideExecutionLoop = FALSE;
}