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 <dtardon@redhat.com>
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
Context
Re: [Libreoffice] segfault in sc · David Tardon
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.