summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/sdi/_grfsh.sdi12
-rw-r--r--sw/source/ui/app/mn.src14
2 files changed, 26 insertions, 0 deletions
diff --git a/sw/sdi/_grfsh.sdi b/sw/sdi/_grfsh.sdi
index a76718431409..f91eba916c6e 100644
--- a/sw/sdi/_grfsh.sdi
+++ b/sw/sdi/_grfsh.sdi
@@ -60,6 +60,18 @@ interface BaseTextGraphic
StateMethod = GetAttrState ;
]
+ SID_ROTATE_GRAPHIC_LEFT
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetAttrState ;
+ ]
+
+ SID_ROTATE_GRAPHIC_RIGHT
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetAttrState ;
+ ]
+
SID_INSERT_GRAPHIC // zeigt auf FN_FORMAT_GRAFIC_DLG
[
ExecMethod = Execute ;
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index 15f275bec9c0..a9871d49ff7f 100644
--- a/sw/source/ui/app/mn.src
+++ b/sw/source/ui/app/mn.src
@@ -1289,6 +1289,20 @@ Menu MN_GRF_POPUPMENU
MenuItem { ITEM_SAVE_GRAPHIC };
MenuItem { ITEM_COMPRESS_GRAPHIC };
MenuItem { ITEM_EXTERNAL_EDIT };
+
+ MenuItem
+ {
+ Identifier = SID_ROTATE_GRAPHIC_LEFT ;
+ Command = ".uno:RotateGraphicLeft" ;
+ Text [ en-US ] = "Rotate Graphic Left" ;
+ };
+ MenuItem
+ {
+ Identifier = SID_ROTATE_GRAPHIC_RIGHT ;
+ Command = ".uno:RotateGraphicRight" ;
+ Text [ en-US ] = "Rotate Graphic Right" ;
+ };
+
SEPARATOR;
MenuItem
{