diff options
author | Cor Nouws <oolst@nouenoff.nl> | 2013-06-14 17:35:25 +0200 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-07-25 08:51:55 +0000 |
commit | 12a034623e015ca05b56c82ebb63230ce731bab4 (patch) | |
tree | 960e164ee6eccb9b79079e0eb4866db5f41f926c /include | |
parent | 964da7bd8f8a9cc0615ad19784861b8dee61bb80 (diff) |
fdo#59427 first step for template menu
takes care for File > Template > Save and File > Template > Manage
however the menu for the latter comes from uno:NewDoc and thus has
to be changed > TODO
Change-Id: I0600847724fc5ccb3ef13d57355d8eb54970cc9b
Reviewed-on: https://gerrit.libreoffice.org/4284
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sfxcommands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sfxcommands.h b/include/sfx2/sfxcommands.h index 78cbd7a8c6bf..4d4a9d3ac3df 100644 --- a/include/sfx2/sfxcommands.h +++ b/include/sfx2/sfxcommands.h @@ -50,6 +50,7 @@ #define CMD_SID_CHECKIN ".uno:CheckIn" #define CMD_SID_OPENURL ".uno:OpenUrl" #define CMD_SID_OPTIONS ".uno:Options" +#define CMD_SID_TEMPLATE_MENU ".uno:TemplateMenu" #define CMD_SID_ORGANIZER ".uno:Organizer" #define CMD_SID_PASTE ".uno:Paste" #define CMD_SID_PASTE_SPECIAL ".uno:PasteSpecial" |