summaryrefslogtreecommitdiff
path: root/extensions/source/ole/ole2uno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/ole/ole2uno.cxx')
-rw-r--r--extensions/source/ole/ole2uno.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/ole/ole2uno.cxx b/extensions/source/ole/ole2uno.cxx
index 4899a2df11d4..f9eef5125e69 100644
--- a/extensions/source/ole/ole2uno.cxx
+++ b/extensions/source/ole/ole2uno.cxx
@@ -24,6 +24,8 @@
using namespace osl;
+namespace {
+
struct MutexInit
{
Mutex * operator () ()
@@ -33,6 +35,7 @@ struct MutexInit
}
};
+}
Mutex * getBridgeMutex()
{