summaryrefslogtreecommitdiff
path: root/sw/sdi/_grfsh.sdi
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2013-04-21 14:07:20 +0200
committerTomaž Vajngerl <quikee@gmail.com>2013-04-21 21:55:47 +0200
commitdf155415d8f46d884ba18e370e8028d020ba6f3b (patch)
treee9b6642af83a49fe0af3ee027c4a49f30b05726b /sw/sdi/_grfsh.sdi
parent06c25631e316fb3eebf88c2e8396ddb5b9aa9b21 (diff)
Menu "Manage Graphic" and Rotate 90 degree menu items added to Writer.
Change-Id: Ic5ced4a743c6d5465462a7d88e63150741d1f920
Diffstat (limited to 'sw/sdi/_grfsh.sdi')
-rw-r--r--sw/sdi/_grfsh.sdi4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/sdi/_grfsh.sdi b/sw/sdi/_grfsh.sdi
index f91eba916c6e..491d01a83258 100644
--- a/sw/sdi/_grfsh.sdi
+++ b/sw/sdi/_grfsh.sdi
@@ -62,13 +62,13 @@ interface BaseTextGraphic
SID_ROTATE_GRAPHIC_LEFT
[
- ExecMethod = Execute ;
+ ExecMethod = ExecuteRotation ;
StateMethod = GetAttrState ;
]
SID_ROTATE_GRAPHIC_RIGHT
[
- ExecMethod = Execute ;
+ ExecMethod = ExecuteRotation ;
StateMethod = GetAttrState ;
]