diff options
author | Lars Oppermann <lo@openoffice.org> | 2002-10-11 13:38:47 +0000 |
---|---|---|
committer | Lars Oppermann <lo@openoffice.org> | 2002-10-11 13:38:47 +0000 |
commit | 30c1dc496faab038e7f5ca6cc0f4820765582539 (patch) | |
tree | b8ab21c518a2c93f23bf037c9fa01f2ea91b0847 /desktop | |
parent | ee68733598962403016bc54880506bb2f1c5ddc3 (diff) |
#95425# keep 2nd office alive until 1st has opened any requested files
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/officeipcthread.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index 867d738c3744..c555e98c8d92 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -2,9 +2,9 @@ * * $RCSfile: officeipcthread.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: lo $ $Date: 2002-10-11 14:11:21 $ + * last change: $Author: lo $ $Date: 2002-10-11 14:38:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -133,7 +133,7 @@ const char *OfficeIPCThread::sc_aTerminationSequence = "InternalIPC::TerminateT const int OfficeIPCThread::sc_nTSeqLength = 28; const char *OfficeIPCThread::sc_aShowSequence = "-show"; const int OfficeIPCThread::sc_nShSeqLength = 5; -const char *OfficeIPCThread::sc_aConfirmationSequence = "InternalIPC::ProcessingDone";; +const char *OfficeIPCThread::sc_aConfirmationSequence = "InternalIPC::ProcessingDone"; const int OfficeIPCThread::sc_nCSeqLength = 27; |