From f9820cbde80b8b9b3875996b0b8e6fc965418220 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Thu, 15 Apr 2021 14:31:43 +0200 Subject: android: Allow printing and PDF export regardless of mode Don't only enable the "Export To PDF" and "Print" menu items if the experimental editing mode is enabled, but always offer them, since they should be sufficiently stable and don't require any editing of the document. To do so, move them into a new menu group "group_misc_actions", and move the entry for sending UNO commands up, so it remains in the "group_edit_actions" menu group whose entries are hidden unless editing mode is enabled. Change-Id: I425cf6d0a45306ff48b45dad6fd0e804b87a2546 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114147 Tested-by: Jenkins Reviewed-by: Michael Weghorn (cherry picked from commit 5306ecda9ceb5f9702c2ce6dc6207a3bd5f14a6a) --- android/source/res/menu/main.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/android/source/res/menu/main.xml b/android/source/res/menu/main.xml index 94856d52e759..0570a77fdd7b 100644 --- a/android/source/res/menu/main.xml +++ b/android/source/res/menu/main.xml @@ -31,6 +31,9 @@ android:orderInCategory="100" app:showAsAction="always"/> + + + + -