diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-09 09:20:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-09 09:20:43 +0000 |
commit | cfca175406e116fa810e0fcf73cd9baa2bc4b23e (patch) | |
tree | f079d5db5d35503f1413bdb77c5c1bef9dd81067 /svx/sdi/fmslots.sdi | |
parent | 0ac716ab3e4a62092831819d02a6d56470c58248 (diff) |
INTEGRATION: CWS improveforms (1.9.190); FILE MERGED
2004/09/01 13:47:38 fs 1.9.190.3: #i33677# GetState for FormDesignTools slots
2004/09/01 13:03:24 fs 1.9.190.2: #i33677# GetState for FormDesignTools slot
2004/08/31 08:33:18 fs 1.9.190.1: #i33308# +SID_FM_MORE_CONTROLS/SID_FM_FORM_DESIGN_TOOLS
Diffstat (limited to 'svx/sdi/fmslots.sdi')
-rw-r--r-- | svx/sdi/fmslots.sdi | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/svx/sdi/fmslots.sdi b/svx/sdi/fmslots.sdi index 619f9335b0e3..0ea11a22f59d 100644 --- a/svx/sdi/fmslots.sdi +++ b/svx/sdi/fmslots.sdi @@ -2,9 +2,9 @@ * * $RCSfile: fmslots.sdi,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2004-09-08 17:44:23 $ + * last change: $Author: rt $ $Date: 2004-09-09 10:20:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -669,6 +669,16 @@ shell FmFormShell ExecMethod = Execute ; StateMethod = GetState ; ] + SID_FM_MORE_CONTROLS + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_FM_FORM_DESIGN_TOOLS + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] SID_FM_LEAVE_CREATE [ ExecMethod = Execute ; |