diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-11-03 20:32:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-11-03 20:32:41 +0100 |
commit | be7d7d0f5b8657f4981b7622e8ce874a7cb25d2d (patch) | |
tree | 80cc3d313c860a058f4080fd324eae991c9f9227 /sc | |
parent | 127b828766b31cf7f69acd8eb80e0a3cbb4f7ca6 (diff) |
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
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_cellrangeobj.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |