Turn Python Scripting Provider from bundled extension to plain code
To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed the UNO implementation identifier org.openoffice.pyuno.LanguageScriptProviderForPython to org.libreoffice.pyuno.LanguageScriptProviderForPython. Also, existing installations of the extension are explicitly not migrated to new user profiles. Change-Id: Id3dd66ba5e52e0962f7ad0ccb5e4ad5b0bec97fa
This commit is contained in:
@@ -10182,7 +10182,7 @@ dnl Scripting provider for Python extension?
|
||||
dnl We always provide this unless we have disabled Python completely
|
||||
if test $enable_python = no; then
|
||||
ENABLE_SCRIPTING_PYTHON=NO
|
||||
SCPDEFS="$SCPDEFS -DWITHOUT_EXTENSION_SCRIPTING_PYTHON"
|
||||
SCPDEFS="$SCPDEFS -DWITHOUT_SCRIPTING_PYTHON"
|
||||
else
|
||||
ENABLE_SCRIPTING_PYTHON=YES
|
||||
fi
|
||||
|
Reference in New Issue
Block a user