[Libreoffice-commits] core.git: sw/ooxmlexport_setup.mk

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 30 07:33:06 UTC 2021


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

New commits:
commit 2e8d635f7908497898c2d90b45070a3467fd15a5
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Mar 30 08:40:08 2021 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Mar 30 09:32:27 2021 +0200

    Missing test dependencies
    
    From-scratch CppunitTest_sw_ooxmlexport16 had failed for me due to
    
    > warn:vcl.builder:30496:4101353:vcl/source/window/builder.cxx:517: DBG_UNHANDLED_EXCEPTION in VclBuilder
    >     when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: file:///.../instdir/LibreOffice.app/Contents/Resources/config/soffice.cfg/svt/ui/editcontrol.ui
    
    and
    
    > warn:vcl.builder:33595:4130924:vcl/source/window/builder.cxx:517: DBG_UNHANDLED_EXCEPTION in VclBuilder
    >     when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: file:///.../instdir/LibreOffice.app/Contents/Resources/config/soffice.cfg/sfx/ui/tabbar.ui
    
    Change-Id: I07545784d70fe75a5b405e111866de5702f16424
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113335
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sw/ooxmlexport_setup.mk b/sw/ooxmlexport_setup.mk
index 85763f591b43..e3fce1ed342e 100644
--- a/sw/ooxmlexport_setup.mk
+++ b/sw/ooxmlexport_setup.mk
@@ -69,6 +69,8 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlexport$(1)))
 
 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_ooxmlexport$(1),\
     modules/swriter \
+    sfx \
+    svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_packages,sw_ooxmlexport$(1),\


More information about the Libreoffice-commits mailing list