diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2009-10-01 10:20:24 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2009-10-01 10:20:24 +0000 |
commit | 4c12f9e15b56d3d3de787d4175a6fbbfa4dccb64 (patch) | |
tree | bc1a997fd20e3aea36a8a28232de961e3283bdaf /sd/sdi | |
parent | 8de06dd96027df3e7e6cecaa1dafc120ad6aa93d (diff) |
CWS-TOOLING: integrate CWS impressnotes03
2009-09-28 16:30:17 +0200 cl r276496 : #i105382# use correct method to get master page
2009-09-28 12:23:04 +0200 cl r276486 : #i105266# also save text on close to avoid focus trouble under linux
2009-09-25 13:59:50 +0200 cl r276456 : #i105266# resolved a merge conflict
2009-09-25 13:57:24 +0200 cl r276454 : #i105266# resolved a merge conflict
2009-09-25 13:51:12 +0200 cl r276450 : #i105266# resolved a merge conflict
2009-09-25 13:40:08 +0200 cl r276447 : #i105266# resolved a merge conflict
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/drviewsh.sdi | 14 |
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 { |