From 1310ce65f18c0b03051c6f23e40b8b39b8053fec Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Wed, 21 Jun 2023 11:40:03 -0400 Subject: tdf#147056 sc: convert xml menu to popupmenu .uno:PrintRangesMenu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The labelling in the notebookbar left much to be desired when adding the print ranges separately in the "context menus". Making this into a proper submenu fixes the problem. Thanks to Maxim for reviewing and for the commit template: commit 0e7cd653ea90da388820220bf6a3eb140b57bbd6 Author: Maxim Monastirsky on Mon Jan 25 01:09:03 2016 +0200 tdf#86567 Dropdown for conditional formatting Change-Id: If92836ee29d322f5a2fca1e27d2e034e5cc995e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153402 Tested-by: Justin Luth Reviewed-by: Justin Luth Reviewed-by: Caolán McNamara --- sc/uiconfig/scalc/ui/notebookbar.ui | 25 ++-------------------- sc/uiconfig/scalc/ui/notebookbar_compact.ui | 25 ++-------------------- .../scalc/ui/notebookbar_groupedbar_compact.ui | 25 ++-------------------- .../scalc/ui/notebookbar_groupedbar_full.ui | 25 ++-------------------- 4 files changed, 8 insertions(+), 92 deletions(-) (limited to 'sc/uiconfig/scalc/ui') diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui index 0adc829feab4..5f9ea5dff8cc 100644 --- a/sc/uiconfig/scalc/ui/notebookbar.ui +++ b/sc/uiconfig/scalc/ui/notebookbar.ui @@ -1380,31 +1380,10 @@ - + True False - .uno:DefinePrintArea - - - - - True - False - .uno:AddPrintArea - - - - - True - False - .uno:EditPrintArea - - - - - True - False - .uno:DeletePrintArea + .uno:PrintRangesMenu diff --git a/sc/uiconfig/scalc/ui/notebookbar_compact.ui b/sc/uiconfig/scalc/ui/notebookbar_compact.ui index 8991949ac917..5da5b2f23216 100644 --- a/sc/uiconfig/scalc/ui/notebookbar_compact.ui +++ b/sc/uiconfig/scalc/ui/notebookbar_compact.ui @@ -1542,31 +1542,10 @@ - + True False - .uno:DefinePrintArea - - - - - True - False - .uno:AddPrintArea - - - - - True - False - .uno:EditPrintArea - - - - - True - False - .uno:DeletePrintArea + .uno:PrintRangesMenu diff --git a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui index dc0bb54cdc2f..94f115231801 100644 --- a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui +++ b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui @@ -451,31 +451,10 @@ - + True False - .uno:DefinePrintArea - - - - - True - False - .uno:AddPrintArea - - - - - True - False - .uno:EditPrintArea - - - - - True - False - .uno:DeletePrintArea + .uno:PrintRangesMenu diff --git a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui index 9520227fb4be..9e732516d85c 100644 --- a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui +++ b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui @@ -1142,31 +1142,10 @@ - + True False - .uno:DefinePrintArea - - - - - True - False - .uno:AddPrintArea - - - - - True - False - .uno:EditPrintArea - - - - - True - False - .uno:DeletePrintArea + .uno:PrintRangesMenu -- cgit