diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 09:20:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 09:20:30 +0000 |
commit | 140cf5fbfe77d746296f83d0f63ee9a038271977 (patch) | |
tree | 7712cee88a454514e90a985cbcb7377fc05f4131 | |
parent | 4735049eefe2ebdf323bd560e14fd512b6385d38 (diff) |
INTEGRATION: CWS eforms2 (1.11.326); FILE MERGED
2004/08/16 16:13:16 dvo 1.11.326.2: RESYNC: (1.11-1.12); FILE MERGED
2004/07/26 16:15:49 dvo 1.11.326.1: #i31958# add FN_XFORMS_DESIGN_MODE and FN_XFORMS_INIT slots
-rw-r--r-- | sw/sdi/_basesh.sdi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/sdi/_basesh.sdi b/sw/sdi/_basesh.sdi index 64aa4fcdccd0..abfa0a0c18a4 100644 --- a/sw/sdi/_basesh.sdi +++ b/sw/sdi/_basesh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: _basesh.sdi,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2004-11-09 16:19:59 $ + * last change: $Author: obo $ $Date: 2004-11-16 10:20:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -544,5 +544,11 @@ interface BaseTextSelection : Selection StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] + + FN_XFORMS_DESIGN_MODE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] } |