diff options
author | David Tardon <dtardon@redhat.com> | 2016-03-07 13:31:04 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-03-07 17:43:28 +0100 |
commit | d795f83695b4e741fe453b9ca14b64df4ef4b6aa (patch) | |
tree | d7038b5f29343730e599b911a1c160898b64184d /svx/source/fmcomp | |
parent | 24905f42b9efb381e7ccd43c0ab98facf5149af3 (diff) |
expand src templates
Change-Id: Id35caa8b8ed0c2f7e4d868f5c87a2a0f331cb352
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r-- | svx/source/fmcomp/gridctrl.src | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/fmcomp/gridctrl.src b/svx/source/fmcomp/gridctrl.src index 96808f9c572a..112f77f6161a 100644 --- a/svx/source/fmcomp/gridctrl.src +++ b/svx/source/fmcomp/gridctrl.src @@ -19,7 +19,6 @@ #include "svx/fmresids.hrc" #include <svx/svxids.hrc> -#include "globlmn.hrc" #include "fmhelp.hrc" #include <svx/svxcommands.h> @@ -192,7 +191,9 @@ Menu RID_SVXMNU_CELL { MenuItem { - ITEM_EDIT_COPY + Identifier = SID_COPY ; + Command = ".uno:Copy" ; + Text [ en-US ] = "~Copy" ; }; }; }; |