diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-09-24 18:54:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-24 19:38:31 +0200 |
commit | 48f3ee275a085fc97c156038d2423b7fb1bec6d5 (patch) | |
tree | d39ca4c36dca4fdbc854e6818539ebcbec5d36b2 /framework | |
parent | 3185c50691f2e61eaa5c52c28a186c68e8f1b660 (diff) |
Fix typo
Change-Id: Iec2ac77967b3a5222dfedff4d7e7874c5502950d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103347
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/frame.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 4941566b80f7..562afb695e35 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -586,7 +586,7 @@ css::uno::Reference< css::lang::XComponent > SAL_CALL XFrameImpl::loadComponentF { // Make sure that we own the solar mutex, otherwise later // vcl::SolarThreadExecutor::execute() will release the solar mutex, even if it's owned by - // an other thread, leading to an std::abort() at the end. + // another thread, leading to an std::abort() at the end. SolarMutexGuard g; return vcl::solarthread::syncExecute(std::bind(&LoadEnv::loadComponentFromURL, xThis, |