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:
committed by
Julien Nabet
parent
05f4724aab
commit
7cfefdd01b
@@ -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;
|
||||
|
Reference in New Issue
Block a user