diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-30 10:23:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-30 10:28:25 +0100 |
commit | 1f3496e204cd305264d27a362f34fdcb6fa5f693 (patch) | |
tree | d2f7b1fd68980d32e8580e2fa1af163c39ab4f18 /officecfg | |
parent | cf1612dc836c161e70478d6e797ff0fe35e4ed10 (diff) |
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
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Setup.xcu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index 05ddaac869ff..da0c62e79d54 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -798,6 +798,7 @@ <!-- arguably, dropping PDFImport extensions should be conditional on having in-core PDF import actually built and installed --> + <it>com.sun.star.script.provider.ScriptProviderForPython</it> </value> </prop> </node> |