diff options
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 3 | ||||
-rw-r--r-- | scp2/source/python/file_python.scp | 9 | ||||
-rw-r--r-- | scp2/source/python/module_python.scp | 3 |
3 files changed, 1 insertions, 14 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 034d7b7c36e0..1e2e473e0b4d 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -30,7 +30,6 @@ postprocess_XCDS := \ lingucomponent.xcd \ main.xcd \ math.xcd \ - pyuno.xcd \ writer.xcd \ xsltfilter.xcd @@ -338,8 +337,6 @@ postprocess_FILES_math := \ $(postprocess_MOD)/org/openoffice/Office/Embedding-math.xcu \ $(postprocess_MOD)/org/openoffice/Setup-math.xcu -postprocess_DEPS_pyuno := main - ifeq ($(ENABLE_REPORTBUILDER),TRUE) postprocess_XCDS += reportbuilder.xcd postprocess_DEPS_reportbuilder := main diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index fd008624fd66..f1982cb49380 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -50,14 +50,5 @@ End #endif // SYSTEM_PYTHON -// Scripting Framework Python configuration settings - -File gid_File_Share_Registry_Pyuno_Xcd - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Brand_Dir_Share_Registry; - Name = "pyuno.xcd"; -End - // DISABLE_PYUNO #endif diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp index 343ad94029fb..62c1bdcd4dd6 100644 --- a/scp2/source/python/module_python.scp +++ b/scp2/source/python/module_python.scp @@ -46,8 +46,7 @@ Module gid_Module_Pyuno Files = (auto_python_ALL, gid_File_Pyuno_Rdb, gid_File_Lib_Python_So, - gid_File_Lib_Python3_So, - gid_File_Share_Registry_Pyuno_Xcd); + gid_File_Lib_Python3_So); Unixlinks = (gid_Unixlink_Python_Headers, gid_Unixlink_Python_LibreOfficePython, gid_Unixlink_Python_Resources, |