Fix typo
Change-Id: I633ad7aa1a8167795e76bfacfaeec9a42b9db3f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169157 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
05f4724aab
commit
7cfefdd01b
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ pyuno_Loader_get_implementation(
|
|||
if (officecfg::Office::Common::Security::Scripting::DisablePythonRuntime::get(ctx))
|
||||
return nullptr;
|
||||
|
||||
// tdf#114815 init python only once, via single-instace="true" in pythonloader.component
|
||||
// tdf#114815 init python only once, via single-instance="true" in pythonloader.component
|
||||
pythonInit();
|
||||
|
||||
Reference< XInterface > ret;
|
||||
|
|
Loading…
Reference in a new issue