diff options
author | Thomas Benisch <tbe@openoffice.org> | 2009-06-05 17:50:16 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2009-06-05 17:50:16 +0000 |
commit | 13791e4a6ab502a88d9ac0eb856c03d30e4db7bf (patch) | |
tree | ac3338d60f0e9ed2ff497901c4994f0b9f3e987a /chart2/source/controller/menus | |
parent | 8646438124f0fce7656d4c84ed78ff917e6baa9d (diff) |
#i12587# Inserting/editing arbitrary text objects in chart
Diffstat (limited to 'chart2/source/controller/menus')
-rw-r--r-- | chart2/source/controller/menus/ShapeContextMenu.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chart2/source/controller/menus/ShapeContextMenu.src b/chart2/source/controller/menus/ShapeContextMenu.src index 1b292bd93cf6..d5afaeb52b1b 100644 --- a/chart2/source/controller/menus/ShapeContextMenu.src +++ b/chart2/source/controller/menus/ShapeContextMenu.src @@ -28,6 +28,7 @@ * ************************************************************************/ #include "MenuResIds.hrc" +#include "SchSlotIds.hxx" #include <svx/globlmn.hrc> #include <svx/svxids.hrc> @@ -50,6 +51,12 @@ Menu RID_CONTEXTMENU_SHAPE }; MenuItem { + Identifier = SID_ATTRIBUTES_TEXT; + HelpId = SID_ATTRIBUTES_TEXT; + Command = ".uno:TextAttributes"; + }; + MenuItem + { Identifier = SID_ATTR_TRANSFORM; HelpId = SID_ATTR_TRANSFORM; Command = ".uno:TransformDialog"; |