[Libreoffice-commits] .: 2 commits - configure.in test/Library_test.mk
Lubos Lunak
llunak at kemper.freedesktop.org
Fri Apr 20 11:14:21 PDT 2012
configure.in | 2 +-
test/Library_test.mk | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 1b62ccdcb5a44effe4f6f9de105d96fbbd18102d
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Fri Apr 20 20:07:57 2012 +0200
it seems tests runtime-depend on ucpchelp1 too
CppunitTest_sc_databaserangeobj can fail with
'UcbContentProviderProxy::getContentProvider - No provider for ´com.sun.star.help.XMLHelp.'
diff --git a/test/Library_test.mk b/test/Library_test.mk
index 571d26c..b795f8a 100644
--- a/test/Library_test.mk
+++ b/test/Library_test.mk
@@ -56,6 +56,7 @@ ifeq ($(GUIBASE),unx)
$(call gb_Library_get_target,test) : \
$(call gb_Library_get_target,desktop_detector) \
$(call gb_Library_get_target,vclplug_svp) \
+ $(call gb_Library_get_target,ucpchelp1) \
endif
commit 4be258a2f7aa10b781e2a67545d547cd6cac192a
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Fri Apr 20 13:34:59 2012 +0200
fix typo
diff --git a/configure.in b/configure.in
index c3847c1..15d8ce6 100644
--- a/configure.in
+++ b/configure.in
@@ -966,7 +966,7 @@ AC_ARG_WITH(vba-package-format,
means the api component and associated type library are part of the
installation set. Specifying "extn" creates an uno extension that is
part of the installation set (located in the program directory) that
- MUST be optionly registered using either the unopkg executeable or the
+ MUST be optionally registered using either the unopkg executeable or the
extension manager gui.])
[
Note: "builtin" is the default, "extn" can cause
More information about the Libreoffice-commits
mailing list