android/source/build.gradle | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2da5f88176faeae45db2bcdf594c13118c407642
Author: Michael Weghorn <[email protected]>
AuthorDate: Tue Feb 18 12:16:09 2025 +0100
Commit: Michael Weghorn <[email protected]>
CommitDate: Wed Feb 19 08:28:39 2025 +0100
tdf#165211 android: Include tabbuttonsmirrored.ui
This fixes a crash seen when trying to open the
sample file from tdf#165211. From ADB log:
02-18 12:10:07.538 7343 7378 E libo:sal/osl/unx/file: failed to open
/assets/share/config/soffice.cfg/svt/ui/tabbuttonsmirrored.ui
02-18 12:10:07.538 7343 7378 W vcl.builder:
1:include/vcl/widgetbuilder.hxx:74: Unable to read .ui file
file:///assets/share/config/soffice.cfg/svt/ui/tabbuttonsmirrored.ui
02-18 12:10:07.538 7343 7378 F libc :
/home/michi/development/git/libreoffice-WORKTREE-android/include/vcl/widgetbuilder.hxx:76:
void WidgetBuilder<vcl::Window, VclPtr<vcl::Window>, PopupMenu,
VclPtr<PopupMenu>>::processUIFile(Widget *) [Widget = vcl::Window, WidgetPtr =
VclPtr<vcl::Window>, MenuClass = PopupMenu, MenuPtr = VclPtr<PopupMenu>]:
assertion "false && "missing ui file or missing gb_CppunitTest_use_uiconfigs
dependency"" failed
02-18 12:10:07.538 7343 7381 I stderr :
/home/michi/development/git/libreoffice-WORKTREE-android/include/vcl/widgetbuilder.hxx:76:
void WidgetBuilder<vcl::Window, VclPtr<vcl::Window>, PopupMenu,
VclPtr<PopupMenu>>::processUIFile(Widget *) [Widget = vcl::Window, WidgetPtr =
VclPtr<vcl::Window>, MenuClass = PopupMenu, MenuPtr = VclPtr<PopupMenu>]:
assertion "false && "missing ui file or missing gb_CppunitTest_use_uiconfigs
dependency"" failed
02-18 12:10:07.538 7343 7378 E LibreOffice/androidinst: SalAbort:
'Unspecified application error'
02-18 12:10:07.538 7343 7378 F libc : Fatal signal 6 (SIGABRT),
code -1 (SI_QUEUE) in tid 7378 (Thread-2), pid 7343 (org.libreoffice)
Change-Id: Ie3917043671f43af5e8251d4d9a05723c0c51690
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181828
Reviewed-by: Michael Weghorn <[email protected]>
Tested-by: Jenkins
(cherry picked from commit 45cfeed90899ff43015d9ee9e3bbf42ea07d8992)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181836
Reviewed-by: Xisco Fauli <[email protected]>
diff --git a/android/source/build.gradle b/android/source/build.gradle
index 8aa3d2dbf9c6..6510f6843551 100644
--- a/android/source/build.gradle
+++ b/android/source/build.gradle
@@ -177,6 +177,7 @@ task copyAssets(type: Copy) {
'**/pbmenubutton.ui',
'**/scrollbars.ui',
'**/tabbuttons.ui',
+ '**/tabbuttonsmirrored.ui',
'**/tabviewbar.ui'
]
}