From 7b91e84c72596d8d1dc3687292c9946f172c4df6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 28 May 2013 11:47:57 +0200 Subject: Optional pyuno module should have its own services/pyuno.rdb ...this e.g. changes the error message when trying to register an extension that contains an (actively registered) Python component but no pyuno is installed from "Binary URP bridge disposed during call" to a less frightening "The service com.sun.star.loader.Python cannot be instantiated." Change-Id: I10f2b36b11395559ee95ce659878222b5ea99c11 --- postprocess/Rdb_services.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'postprocess') diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index 56a341da90fa..d68df0e107cf 100644 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -159,9 +159,6 @@ $(eval $(call gb_Rdb_add_components,services,\ $(if $(DISABLE_NEON),, \ ucb/source/ucp/webdav-neon/ucpdav1 \ ) \ - $(if $(DISABLE_PYTHON),, \ - pyuno/source/loader/pythonloader \ - ) \ $(if $(DISABLE_SCRIPTING),, \ basctl/util/basctl \ basic/util/sb \ -- cgit