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 <m.weghorn@posteo.de> Tested-by: Jenkins
This commit is contained in:
@@ -181,6 +181,7 @@ task copyAssets(type: Copy) {
|
||||
'**/pbmenubutton.ui',
|
||||
'**/scrollbars.ui',
|
||||
'**/tabbuttons.ui',
|
||||
'**/tabbuttonsmirrored.ui',
|
||||
'**/tabviewbar.ui'
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user