summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 16:21:16 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 16:21:16 +0000
commitfd4dcfabad523ce8dce5708a92e24ab3055ed401 (patch)
tree2e51d2036b36267efae1ef365e4c996e742c386a /vos
parenta29128b6251f585ae22e14069b1102f0abe642d7 (diff)
INTEGRATION: CWS tune04 (1.6.114); FILE MERGED
2004/06/14 10:00:03 cmc 1.6.114.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template
Diffstat (limited to 'vos')
-rw-r--r--vos/inc/vos/process.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/vos/inc/vos/process.hxx b/vos/inc/vos/process.hxx
index ce2c20bd0d3e..70bf990d29b9 100644
--- a/vos/inc/vos/process.hxx
+++ b/vos/inc/vos/process.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: process.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obr $ $Date: 2001-06-08 13:55:46 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 17:21:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -331,7 +331,6 @@ class OExtCommandLineImpl;
class OExtCommandLine : public OObject
{
VOS_DECLARE_CLASSINFO(VOS_NAMESPACE(OExtCommandLine, vos));
- static NAMESPACE_VOS(OMutex) aMutex;
static NAMESPACE_VOS(OExtCommandLineImpl)* pExtImpl;
public: