summaryrefslogtreecommitdiffstats
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
parent#i88371# allow format paintbrush to format empty presentation object (diff)
parentCreate DEV300_m62 milestone tag from trunk@277034 (diff)
downloadcore-291fd0bdf6d1ffaf7a3b076ad8d05b7de08c5018.tar.gz
core-291fd0bdf6d1ffaf7a3b076ad8d05b7de08c5018.zip
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
{