diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-11-17 22:15:46 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-11-24 15:58:06 +0100 |
commit | 80798b426bf7d5fa4616db1af608640cfbcd79fe (patch) | |
tree | 25b7325427e051843e018ee3d4a8dbcda99e9980 /postprocess | |
parent | 41b3bd1412a463ada1fd8168d0d7822d4f477029 (diff) |
[API CHANGE] Drop unused ScriptRuntimes config set
last mention of it was removed in 2014 by:
commit a1552a0ec3fcddd968db274ef41bc2452c50bed9
Change-Id: I8457220be43e2fdf42edcfef587b4346cdf9f2e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159633
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index d4d54bf31d74..034d7b7c36e0 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -223,7 +223,6 @@ postprocess_FILES_main := \ $(postprocess_XCU)/Office/Math.xcu \ $(postprocess_XCU)/Office/Paths.xcu \ $(postprocess_XCU)/Office/ProtocolHandler.xcu \ - $(postprocess_XCU)/Office/Scripting.xcu \ $(postprocess_XCU)/Office/Security.xcu \ $(postprocess_XCU)/Office/TableWizard.xcu \ $(postprocess_XCU)/Office/UI/BaseWindowState.xcu \ @@ -340,8 +339,6 @@ postprocess_FILES_math := \ $(postprocess_MOD)/org/openoffice/Setup-math.xcu postprocess_DEPS_pyuno := main -postprocess_FILES_pyuno := \ - $(postprocess_MOD)/org/openoffice/Office/Scripting-python.xcu ifeq ($(ENABLE_REPORTBUILDER),TRUE) postprocess_XCDS += reportbuilder.xcd |