summaryrefslogtreecommitdiff
path: root/sd/sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sd/sdi')
-rw-r--r--sd/sdi/drviewsh.sdi10
1 files changed, 3 insertions, 7 deletions
diff --git a/sd/sdi/drviewsh.sdi b/sd/sdi/drviewsh.sdi
index 59f493703e74..603a6036d711 100644
--- a/sd/sdi/drviewsh.sdi
+++ b/sd/sdi/drviewsh.sdi
@@ -181,8 +181,10 @@ interface ImpressEditView : DrawView
StateMethod = GetMenuState ;
]
}
-interface Annotation
+
+shell DrawViewShell
{
+ import ImpressEditView[Automation];
SID_INSERT_POSTIT
[
ExecMethod = ExecuteAnnotation;
@@ -225,12 +227,6 @@ interface Annotation
]
}
-shell DrawViewShell
-{
- import ImpressEditView[Automation];
- import Annotation;
-}
-
shell PresentationViewShell
{