On Sun, Oct 09, 2011 at 02:19:02PM -0700, julien2412 wrote:
> Hello,
> 
> In sc, if i run make -sr, I've got this :
> Error: UcbContentProviderProxy::getContentProvider - No provider for
> 'com.sun.star.help.XMLHelp. From File
> /home/maryline/compile-libreoffice/libo/ucb/source/core/provprox.cxx at Line

If I understand this correctly, it failed to create an impl. of service
com.sun.star.help.XMLHelp. This most probably means there is none
registered in the test's rdb (and guess what: there is not :), in which
case the attached patch should help. But this does not explain why the
test does not fail for everyone else...

D.
>From fc64df5e2ebadb5b6cc6838638bcb525d74e3930 Mon Sep 17 00:00:00 2001
From: David Tardon <[email protected]>
Date: Tue, 11 Oct 2011 08:00:43 +0200
Subject: [PATCH] XML help file provider is needed

---
 sc/RdbTarget_sc_filters_test.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sc/RdbTarget_sc_filters_test.mk b/sc/RdbTarget_sc_filters_test.mk
index 827f66c..a41af1c 100644
--- a/sc/RdbTarget_sc_filters_test.mk
+++ b/sc/RdbTarget_sc_filters_test.mk
@@ -61,6 +61,7 @@ $(eval $(call 
gb_RdbTarget_add_old_components,sc_filters_test,\
     configmgr \
     ucb1 \
     ucpfile1 \
+    ucphelp1 \
     ucptdoc1 \
 ))
 
-- 
1.7.6.4

_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to