[Libreoffice-commits] core.git: framework/source
Justin Luth (via logerrit)
logerrit at kemper.freedesktop.org
Fri Oct 1 17:56:19 UTC 2021
framework/source/uielement/resourcemenucontroller.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 57f8b90d46756c22f01961260241fd2ab4bc64c5
Author: Justin Luth <justin_luth at sil.org>
AuthorDate: Sat Sep 25 15:06:58 2021 +0200
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Fri Oct 1 19:55:46 2021 +0200
tdf#127543 add saveacopy to Save dropdown menu
Why not? It usually doesn't exist in a nearby shortcut.
Change-Id: I3f9f0070c05bb1ce05795cabe8db0f95593ab5cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122606
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/framework/source/uielement/resourcemenucontroller.cxx b/framework/source/uielement/resourcemenucontroller.cxx
index 6e83ca846977..cebd11f03c19 100644
--- a/framework/source/uielement/resourcemenucontroller.cxx
+++ b/framework/source/uielement/resourcemenucontroller.cxx
@@ -400,6 +400,7 @@ void SaveAsMenuController::impl_setPopupMenu()
pVCLPopupMenu->InsertItem( ".uno:SaveAs", nullptr );
pVCLPopupMenu->InsertItem( ".uno:ExportTo", nullptr );
+ pVCLPopupMenu->InsertItem( ".uno:SaveACopy", nullptr );
pVCLPopupMenu->InsertItem( ".uno:SaveAsTemplate", nullptr );
pVCLPopupMenu->InsertSeparator();
pVCLPopupMenu->InsertItem( ".uno:SaveAsRemote", nullptr );
More information about the Libreoffice-commits
mailing list