summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-11 11:34:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-11 16:58:43 +0200
commit69741ccf3dac255cf7de48ea5286a343298d995d (patch)
treea1bc33012cc246763ad6dd90cb62f439ea0f2724 /framework
parent2c93d340ae4e854b5c9d3aa8c38a8bba0ae6b74b (diff)
No need to lock SolarMutex here
Change-Id: Id626dc7c5c75b885b3665e06596b7a58d225cd4c
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/frame.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 4cab4b4da162..0c412bd7034d 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -583,10 +583,7 @@ css::uno::Reference< css::lang::XComponent > SAL_CALL Frame::loadComponentFromUR
{
checkDisposed();
- SolarMutexClearableGuard aReadLock;
css::uno::Reference< css::frame::XComponentLoader > xThis(static_cast< css::frame::XComponentLoader* >(this), css::uno::UNO_QUERY);
- aReadLock.clear();
-
return LoadEnv::loadComponentFromURL(xThis, m_xContext, sURL, sTargetFrameName, nSearchFlags, lArguments);
}