sw/CppunitTest_sw_core_layout.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e13f848764a4fee0a4fb8a3012d66f3d43d2ac8a
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Mar 2 13:49:24 2023 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Wed Aug 23 11:58:43 2023 +0200

    Missing test dependency
    
    > warn:vcl.builder:3976130:3976130:vcl/source/window/builder.cxx:480: 
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 
/home/sbergman/lo/core/xmlreader/source/xmlreader.cxx:67"
    > warn:sfx.view:3976130:3976130:sfx2/source/view/frmload.cxx:495: 
DBG_UNHANDLED_EXCEPTION in impl_handleCaughtError_nothrow exception: 
com.sun.star.container.NoSuchElementException message: 
"file:///.../instdir/share/config/soffice.cfg/sfx/ui/tabbar.ui at 
xmlreader/source/xmlreader.cxx:67"
    
    Change-Id: Ie46f6c39f5d6cc4942d71c61bb5349ffe8f6a695
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148121
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>
    (cherry picked from commit bd6dad1bbc8a0707202fe67ce9db502692f7098e)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155968
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/CppunitTest_sw_core_layout.mk b/sw/CppunitTest_sw_core_layout.mk
index f360033d3378..fd608516f6ba 100644
--- a/sw/CppunitTest_sw_core_layout.mk
+++ b/sw/CppunitTest_sw_core_layout.mk
@@ -71,6 +71,7 @@ $(eval $(call 
gb_CppunitTest_use_configuration,sw_core_layout))
 
 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_core_layout, \
     modules/swriter \
+    sfx \
     svt \
     svx \
 ))

Reply via email to