summaryrefslogtreecommitdiff
path: root/sd/sdi
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-09-21 12:27:31 +0000
committerRelease Engineers <releng@openoffice.org>2009-09-21 12:27:31 +0000
commitacb87ad24c0e041a3e934613ca754869844d5c23 (patch)
treebd4a1d4fccb34141ec01018d8238e52f160234bd /sd/sdi
parent57b308acd35e5e1bc13658e75b6d13b5c827adb1 (diff)
#i10000# solve unres. externals
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
{