summaryrefslogtreecommitdiff
path: root/package/inc/mutexholder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc/mutexholder.hxx')
-rw-r--r--package/inc/mutexholder.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/inc/mutexholder.hxx b/package/inc/mutexholder.hxx
index 3fbbd4c5738a..8f56012e3bce 100644
--- a/package/inc/mutexholder.hxx
+++ b/package/inc/mutexholder.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,7 +34,7 @@
class SotMutexHolder
{
::osl::Mutex m_aMutex;
- sal_Int32 m_nRefCount;
+ sal_Int32 m_nRefCount;
public:
SotMutexHolder() : m_nRefCount( 0 ) {}
@@ -59,7 +59,7 @@ class SotMutexHolderRef
public:
SotMutexHolderRef()
- : m_pHolder( NULL )
+ : m_pHolder( NULL )
{}
SotMutexHolderRef( SotMutexHolder* pHolder )
@@ -116,7 +116,7 @@ public:
{
return *m_pHolder;
}
-
+
operator SotMutexHolder*() const
{
return m_pHolder;