summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-04-04 11:40:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-04-04 11:40:10 +0000
commite83f15183f027f610fef382820f9d6c081c6d3aa (patch)
tree134614270ae05799deac2920eab08c99d584c587 /configmgr
parentb347e61b9d0b95fc9de600ac91ef0c3c46d02594 (diff)
INTEGRATION: CWS tl10 (1.6.162); FILE MERGED
2005/03/22 09:28:20 tl 1.6.162.1: #i43873# solving locking problem on office shutdown
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/inc/tracer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/inc/tracer.hxx b/configmgr/source/inc/tracer.hxx
index 59d61b749e38..77beecaedb9c 100644
--- a/configmgr/source/inc/tracer.hxx
+++ b/configmgr/source/inc/tracer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tracer.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 17:17:18 $
+ * last change: $Author: hr $ $Date: 2005-04-04 12:40:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,7 @@ class OConfigTracer
friend class OTraceIndent;
protected:
- static ::osl::Mutex s_aMutex;
+ static ::osl::Mutex & getMutex();
static OTracerSetup* s_pImpl;
#ifdef WNT
static timeb s_aStartTime;