sw/layoutwriter_setup.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0a05b1f46263a16c6d40c841a317c3ba9f4d31d6
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Mar 30 18:35:18 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Mar 30 22:28:14 2022 +0200

    Missing test dependencies
    
    > warn:vcl.builder:2475462:2475462:vcl/source/window/builder.cxx:479: 
DBG_UNHANDLED_EXCEPTION in VclBuilder
    >     when: Unable to read .ui file exception: 
com.sun.star.container.NoSuchElementException message: 
"file:///.../instdir/share/config/soffice.cfg/svt/ui/editcontrol.ui at 
xmlreader/source/xmlreader.cxx:66"
    
    and
    
    > warn:vcl.builder:2507015:2507015:vcl/source/window/builder.cxx:479: 
DBG_UNHANDLED_EXCEPTION in VclBuilder
    >     when: Unable to read .ui file exception: 
com.sun.star.container.NoSuchElementException message: 
"file:///.../instdir/share/config/soffice.cfg/sfx/ui/tabbar.ui at 
xmlreader/source/xmlreader.cxx:66"
    
    when building CppunitTest_sw_layoutwriter from scratch
    
    Change-Id: I043db8e1b25a8b990bcad542dcbe533a57654c05
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132323
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sw/layoutwriter_setup.mk b/sw/layoutwriter_setup.mk
index 0fb848f106de..cd0d86b7f98c 100644
--- a/sw/layoutwriter_setup.mk
+++ b/sw/layoutwriter_setup.mk
@@ -75,6 +75,8 @@ $(eval $(call 
gb_CppunitTest_use_configuration,sw_layoutwriter$(1)))
 
 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_layoutwriter$(1), \
     modules/swriter \
+    sfx \
+    svt \
 ))
 
 $(call gb_CppunitTest_get_target,sw_layoutwriter$(1)): \

Reply via email to