summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
Diffstat (limited to 'basic')
-rw-r--r--basic/source/uno/namecont.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx
index 55d732705b24..db22aef5a886 100644
--- a/basic/source/uno/namecont.cxx
+++ b/basic/source/uno/namecont.cxx
@@ -417,13 +417,13 @@ void SfxLibraryContainer::checkDisposed() const
void SfxLibraryContainer::enterMethod()
{
- maMutex.acquire();
+ Application::GetSolarMutex().acquire();
checkDisposed();
}
void SfxLibraryContainer::leaveMethod()
{
- maMutex.release();
+ Application::GetSolarMutex().release();
}
BasicManager* SfxLibraryContainer::getBasicManager()