summaryrefslogtreecommitdiff
path: root/sd/sdi/drviewsh.sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sd/sdi/drviewsh.sdi')
-rw-r--r--sd/sdi/drviewsh.sdi14
1 files changed, 7 insertions, 7 deletions
diff --git a/sd/sdi/drviewsh.sdi b/sd/sdi/drviewsh.sdi
index 603a6036d711..b0dc446a6c72 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;
@@ -227,6 +222,11 @@ shell DrawViewShell
]
}
+shell DrawViewShell
+{
+ import ImpressEditView[Automation];
+}
+
shell PresentationViewShell
{