summaryrefslogtreecommitdiff
path: root/basic/source/app/process.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:37:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:37:17 +0000
commit7ed25b83d764def943a845c879f537f2d7f657fe (patch)
tree5ce17d98c47dc8ccce54ac26c675a1ce8146a281 /basic/source/app/process.cxx
parente8e95fd5d2f8af16ee2835058839fa5297d241b4 (diff)
INTEGRATION: CWS warnings01 (1.11.28); FILE MERGED
2005/10/28 12:36:17 gh 1.11.28.1: remove warnings for linux
Diffstat (limited to 'basic/source/app/process.cxx')
-rw-r--r--basic/source/app/process.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/app/process.cxx b/basic/source/app/process.cxx
index 42880900fd06..3bdb03937c40 100644
--- a/basic/source/app/process.cxx
+++ b/basic/source/app/process.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: process.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:18:34 $
+ * last change: $Author: hr $ $Date: 2006-06-19 17:37:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,10 +69,10 @@
// Konstruktor fr den Process
Process::Process()
-: bWasGPF( FALSE )
-, pArgumentList( NULL )
+: pArgumentList( NULL )
, pEnvList( NULL )
, pProcess( NULL )
+, bWasGPF( FALSE )
, bHasBeenStarted( FALSE )
{
}