summaryrefslogtreecommitdiff
path: root/sd/sdi
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2009-11-30 18:00:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2009-11-30 18:00:51 +0000
commit291fd0bdf6d1ffaf7a3b076ad8d05b7de08c5018 (patch)
tree79936b95c744491f3c78dec1dba3d7580ac6fa77 /sd/sdi
parentf00b397c4b5393a5ce352fee8a4a528dc637e0ad (diff)
parent43936a879d1fef65802627939efae9da6ee2dab2 (diff)
impresspaintbrush01: merge with DEV300 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
{