diff options
author | Justin Luth <jluth@mail.com> | 2023-06-28 20:52:14 -0400 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2023-06-29 23:16:15 +0200 |
commit | 736cf835b9edb7a18fa52a12b03c252a9b63ff7c (patch) | |
tree | 5937baa232dda92c49f8297bcc3680d4f28fedf6 /sw/uiconfig/sweb | |
parent | 1b4f40165850ffdc0399d39390878925ef5e9be4 (diff) |
tdf#118335 use .uno:ClosePreview instead of PrintPreview
in contexts where only closing the preview is useful.
Doing this will allow us to get rid of the PopupLabel on PrintPreview
Change-Id: Iebd02af2dee12726e601d79e94252d3bfacb2dd1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153730
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Diffstat (limited to 'sw/uiconfig/sweb')
-rw-r--r-- | sw/uiconfig/sweb/popupmenu/preview.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/sweb/popupmenu/preview.xml b/sw/uiconfig/sweb/popupmenu/preview.xml index 9581b125c69e..44b80e255092 100644 --- a/sw/uiconfig/sweb/popupmenu/preview.xml +++ b/sw/uiconfig/sweb/popupmenu/preview.xml @@ -14,5 +14,5 @@ <menu:menuseparator/> <menu:menuitem menu:id=".uno:PrintPagePreview"/> <menu:menuseparator/> - <menu:menuitem menu:id=".uno:PrintPreview"/> + <menu:menuitem menu:id=".uno:ClosePreview"/> </menu:menupopup> |