diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 10:26:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 10:26:16 +0000 |
commit | b1b6ccb03782c7437d7e43c6b2eb848ec2ab4e45 (patch) | |
tree | d31bd4e0360c4a9496f6e663daef5e42e218d118 /sd/sdi | |
parent | a2b3c5c39e36f3c286c572f3f4df282f2d10e231 (diff) |
INTEGRATION: CWS impress57 (1.9.30); FILE MERGED
2005/05/26 08:58:16 af 1.9.30.1: #i39866# Removed zoom related slots SID_ATTR_ZOOM,SID_ZOOM_{IN,OUT,PREV,NEXT},SID_SIZE_{REAL,ALL,PAGE}.
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/SlideSorterController.sdi | 44 |
1 files changed, 2 insertions, 42 deletions
diff --git a/sd/sdi/SlideSorterController.sdi b/sd/sdi/SlideSorterController.sdi index 1a20586aefc9..a358d7155433 100644 --- a/sd/sdi/SlideSorterController.sdi +++ b/sd/sdi/SlideSorterController.sdi @@ -4,9 +4,9 @@ * * $RCSfile: SlideSorterController.sdi,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-09 03:04:24 $ + * last change: $Author: hr $ $Date: 2005-09-23 11:26:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -143,11 +143,6 @@ interface SlideSorterView : Object ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] - SID_ATTR_ZOOM // ole : no, status : ? - [ - ExecMethod = FuTemporary ; - StateMethod = GetStatusBarState ; - ] SID_HIDE_SLIDE // ole : no, status : ? [ ExecMethod = FuTemporary ; @@ -158,51 +153,16 @@ interface SlideSorterView : Object ExecMethod = FuPermanent ; StateMethod = GetMenuState ; ] - SID_ZOOM_NEXT // ole : no, status : play rec - [ - ExecMethod = FuSupport ; - StateMethod = GetMenuState ; - ] - SID_ZOOM_PREV // ole : no, status : play rec - [ - ExecMethod = FuSupport ; - StateMethod = GetMenuState ; - ] SID_ZOOM_TOOLBOX // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] - SID_ZOOM_OUT // ole : no, status : play rec - [ - ExecMethod = FuTemporary ; - StateMethod = GetMenuState ; - ] - SID_ZOOM_IN // ole : no, status : play rec - [ - ExecMethod = FuTemporary ; - StateMethod = GetMenuState ; - ] - SID_SIZE_REAL // ole : no, status : play rec - [ - ExecMethod = FuTemporary ; - StateMethod = GetMenuState ; - ] SID_SIZE_VISAREA // ole : no, status : no [ ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] - SID_SIZE_PAGE // ole : no, status : play rec - [ - ExecMethod = FuTemporary ; - StateMethod = GetMenuState ; - ] - SID_SIZE_ALL // ole : no, status : play rec - [ - ExecMethod = FuTemporary ; - StateMethod = GetMenuState ; - ] SID_PAGES_PER_ROW // ole : no, status : ? [ ExecMethod = FuTemporary ; |