summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/MutexOwner.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/MutexOwner.hxx')
-rw-r--r--sd/source/ui/inc/MutexOwner.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/MutexOwner.hxx b/sd/source/ui/inc/MutexOwner.hxx
index 3667475bec9e..b7d9fdea3b24 100644
--- a/sd/source/ui/inc/MutexOwner.hxx
+++ b/sd/source/ui/inc/MutexOwner.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
@@ -37,7 +37,7 @@ namespace sd {
satisfy some helper classes from cppuhelper who expect a mutex as
argument to their constructor.
*/
-class MutexOwner
+class MutexOwner
{
protected:
mutable ::osl::Mutex maMutex;