summaryrefslogtreecommitdiff
path: root/sd/sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-10-26 17:41:29 +0100
committerMathias Bauer <mba@openoffice.org>2009-10-26 17:41:29 +0100
commit2598fbf8a9fe2c3d9825842c9369d836dd7f77e7 (patch)
treeecc1f43724012af168c6eaf2d388a4942e62d631 /sd/sdi
parent6301be9e1ad4b359edd3c900acd36f3552761579 (diff)
parent43936a879d1fef65802627939efae9da6ee2dab2 (diff)
merge commit for m62
Diffstat (limited to 'sd/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
{