diff options
author | Release Engineers <releng@openoffice.org> | 2009-09-21 12:27:31 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2009-09-21 12:27:31 +0000 |
commit | acb87ad24c0e041a3e934613ca754869844d5c23 (patch) | |
tree | bd4a1d4fccb34141ec01018d8238e52f160234bd /sd/sdi | |
parent | 57b308acd35e5e1bc13658e75b6d13b5c827adb1 (diff) |
#i10000# solve unres. externals
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/drviewsh.sdi | 10 |
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 { |