summaryrefslogtreecommitdiff
path: root/include/toolkit/helper/mutexhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/helper/mutexhelper.hxx')
-rw-r--r--include/toolkit/helper/mutexhelper.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/toolkit/helper/mutexhelper.hxx b/include/toolkit/helper/mutexhelper.hxx
index 7c11d9b798e5..80c6c7303e67 100644
--- a/include/toolkit/helper/mutexhelper.hxx
+++ b/include/toolkit/helper/mutexhelper.hxx
@@ -22,9 +22,6 @@
#include <osl/mutex.hxx>
-
-
-
class MutexHelper
{
private:
@@ -32,10 +29,8 @@ private:
public:
::osl::Mutex& GetMutex() { return maMutex; }
-
};
-
#endif // INCLUDED_TOOLKIT_HELPER_MUTEXHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */