summaryrefslogtreecommitdiff
path: root/canvas/inc/canvas/base/basemutexhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/inc/canvas/base/basemutexhelper.hxx')
-rw-r--r--canvas/inc/canvas/base/basemutexhelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/inc/canvas/base/basemutexhelper.hxx b/canvas/inc/canvas/base/basemutexhelper.hxx
index c1c7eed8455e..d53cd927aae2 100644
--- a/canvas/inc/canvas/base/basemutexhelper.hxx
+++ b/canvas/inc/canvas/base/basemutexhelper.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
@@ -63,7 +63,7 @@ namespace canvas
}
protected:
- mutable ::osl::Mutex m_aMutex;
+ mutable ::osl::Mutex m_aMutex;
};
}