summaryrefslogtreecommitdiff
path: root/svx/source/form
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-03-07 13:31:04 +0100
committerDavid Tardon <dtardon@redhat.com>2016-03-07 17:43:28 +0100
commitd795f83695b4e741fe453b9ca14b64df4ef4b6aa (patch)
treed7038b5f29343730e599b911a1c160898b64184d /svx/source/form
parent24905f42b9efb381e7ccd43c0ab98facf5149af3 (diff)
expand src templates
Change-Id: Id35caa8b8ed0c2f7e4d868f5c87a2a0f331cb352
Diffstat (limited to 'svx/source/form')
-rw-r--r--svx/source/form/datanavi.src1
-rw-r--r--svx/source/form/fmexpl.src19
2 files changed, 15 insertions, 5 deletions
diff --git a/svx/source/form/datanavi.src b/svx/source/form/datanavi.src
index 82b18a368230..1d0b0ddee976 100644
--- a/svx/source/form/datanavi.src
+++ b/svx/source/form/datanavi.src
@@ -18,7 +18,6 @@
*/
#include "datanavi.hrc"
-#include "globlmn.hrc"
#include "svx/dialogs.hrc"
#include "svx/fmresids.hrc"
#include "fmhelp.hrc"
diff --git a/svx/source/form/fmexpl.src b/svx/source/form/fmexpl.src
index 822428c14325..078e1df6a7cc 100644
--- a/svx/source/form/fmexpl.src
+++ b/svx/source/form/fmexpl.src
@@ -19,7 +19,6 @@
#include <svx/svxids.hrc>
#include "svx/fmresids.hrc"
-#include "globlmn.hrc"
#include <svx/svxcommands.h>
#include "fmhelp.hrc"
@@ -57,9 +56,21 @@ Menu RID_FMEXPLORER_POPUPMENU
HelpId = CMD_SID_FM_CHANGECONTROLTYPE ;
Text [ en-US ] = "Replace with";
};
- MenuItem { ITEM_EDIT_CUT };
- MenuItem { ITEM_EDIT_COPY };
- MenuItem { ITEM_EDIT_PASTE };
+ MenuItem {
+ Identifier = SID_CUT ;
+ Command = ".uno:Cut" ;
+ Text [ en-US ] = "Cu~t" ;
+ };
+ MenuItem {
+ Identifier = SID_COPY ;
+ Command = ".uno:Copy" ;
+ Text [ en-US ] = "~Copy" ;
+ };
+ MenuItem {
+ Identifier = SID_PASTE ;
+ Command = ".uno:Paste" ;
+ Text [ en-US ] = "~Paste" ;
+ };
MenuItem
{
Identifier = SID_FM_DELETE ;