diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 15:03:45 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 15:03:45 +0000 |
commit | ec115e1f83c682378cf2233e2638e698723bb546 (patch) | |
tree | f210cceb51b138e6713ccd1ac86216039ec5af59 /sd/sdi | |
parent | c2b2ee19ae97cd0c7954ef6fedb37cec021859d2 (diff) |
INTEGRATION: CWS impress111 (1.12.144); FILE MERGED
2006/12/01 13:24:27 af 1.12.144.1: #i43547# Added SID_SHOW_SLIDE.
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/SlideSorterController.sdi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sd/sdi/SlideSorterController.sdi b/sd/sdi/SlideSorterController.sdi index 6252c0f96649..7d0e68d1ff93 100644 --- a/sd/sdi/SlideSorterController.sdi +++ b/sd/sdi/SlideSorterController.sdi @@ -4,9 +4,9 @@ * * $RCSfile: SlideSorterController.sdi,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2006-05-02 14:58:26 $ + * last change: $Author: kz $ $Date: 2006-12-12 16:03:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -148,6 +148,11 @@ interface SlideSorterView ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] + SID_SHOW_SLIDE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] SID_OBJECT_SELECT // ole : no, status : ? [ ExecMethod = FuPermanent ; |