sc/CppunitTest_sc_cellrangeobj.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit be7d7d0f5b8657f4981b7622e8ce874a7cb25d2d
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri Nov 3 20:32:41 2017 +0100

    Missing dependency
    
    At least on macOS, CppunitTest_sc_cellrangeobj failed for me with the try-
    catch(...)-abort block in Scheduler::ProcessTaskScheduling
    (vcl/source/app/scheduler.cxx) due to a com.sun.star.uno.DeploymentException
    "component context fails to supply service
    com.sun.star.linguistic2.LinguServiceManager of type
    com.sun.star.linguistic2.XLinguServiceManager2".
    
    Change-Id: I5b3c0f6cbd2f56bc86c62e048c87ad6ef5f83876

diff --git a/sc/CppunitTest_sc_cellrangeobj.mk 
b/sc/CppunitTest_sc_cellrangeobj.mk
index 16fd329ae6fe..1ac628931f28 100644
--- a/sc/CppunitTest_sc_cellrangeobj.mk
+++ b/sc/CppunitTest_sc_cellrangeobj.mk
@@ -74,6 +74,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_cellrangeobj,\
     framework/util/fwk \
     i18npool/source/search/i18nsearch \
     i18npool/util/i18npool \
+    linguistic/source/lng \
     oox/util/oox \
     package/source/xstor/xstor \
     package/util/package2 \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to