diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-26 17:41:29 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-26 17:41:29 +0100 |
commit | 9ff299c0cb20588e07e831ddaa21d6f1006e135b (patch) | |
tree | 2777663e548c29a00b0eaceb68e60151e116913f /sd/sdi | |
parent | fdb8d3463845ee08b6021ae3413a966b7b1270e3 (diff) | |
parent | 9ca5ad3d8d97c27d189aea85226e02e682e31348 (diff) |
merge commit for m62
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/drviewsh.sdi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sd/sdi/drviewsh.sdi b/sd/sdi/drviewsh.sdi index 8b63abbb8..5aa32b1c6 100644 --- a/sd/sdi/drviewsh.sdi +++ b/sd/sdi/drviewsh.sdi @@ -180,17 +180,12 @@ interface ImpressEditView : DrawView ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] -} - -shell DrawViewShell -{ - import ImpressEditView[Automation]; - SID_INSERT_POSTIT + SID_SHOW_POSTIT [ ExecMethod = ExecuteAnnotation; StateMethod = GetAnnotationState; ] - SID_SHOW_POSTIT + SID_INSERT_POSTIT [ ExecMethod = ExecuteAnnotation; StateMethod = GetAnnotationState; @@ -224,7 +219,12 @@ shell DrawViewShell [ ExecMethod = ExecuteAnnotation; StateMethod = GetAnnotationState; - ] + ] +} + +shell DrawViewShell +{ + import ImpressEditView[Automation]; } |