[Libreoffice-commits] core.git: sfx2/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 9 08:15:49 UTC 2021


 sfx2/source/doc/templatedlg.cxx |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit c97bdca2d7abf30a99c45192b8f49c5bf76ca035
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Aug 8 20:29:59 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Aug 9 10:15:17 2021 +0200

    gtk4: g_menu_item_set_detailed_action aborts with ids with spaces in them
    
    Change-Id: I6f421811f95add6ac0226a9043586f01cf45e8b2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120180
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 5f5760ca6f43..9bc816dc0eba 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -64,11 +64,11 @@ constexpr OUStringLiteral TM_SETTING_VIEWMODE = u"ViewMode";
 #define MNI_ACTION_DELETE_FOLDER "delete"
 #define MNI_ACTION_REFRESH   "refresh"
 #define MNI_ACTION_DEFAULT   "default"
-#define MNI_ACTION_DEFAULT_WRITER   "default writer"
-#define MNI_ACTION_DEFAULT_CALC   "default calc"
-#define MNI_ACTION_DEFAULT_IMPRESS   "default impress"
-#define MNI_ACTION_DEFAULT_DRAW   "default draw"
-#define MNI_ACTION_IMPORT   "import template"
+#define MNI_ACTION_DEFAULT_WRITER   "default_writer"
+#define MNI_ACTION_DEFAULT_CALC   "default_calc"
+#define MNI_ACTION_DEFAULT_IMPRESS   "default_impress"
+#define MNI_ACTION_DEFAULT_DRAW   "default_draw"
+#define MNI_ACTION_IMPORT   "import_template"
 #define MNI_ACTION_EXTENSIONS   "extensions"
 #define MNI_ALL_APPLICATIONS 0
 #define MNI_WRITER           1


More information about the Libreoffice-commits mailing list