diff options
author | Oliver Specht <os@openoffice.org> | 2002-05-08 06:58:42 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-05-08 06:58:42 +0000 |
commit | 034432190d970cf8a0b88530abeb6a213f973a5f (patch) | |
tree | 758e1f9facabe8ea527bbeefb7672a26dbe54458 /sw/sdi/viewsh.sdi | |
parent | 713e49e7f2c2487416f222521f5a601423093a5c (diff) |
#98419# redefined slot names DrawSelect and CreateControl removed
Diffstat (limited to 'sw/sdi/viewsh.sdi')
-rw-r--r-- | sw/sdi/viewsh.sdi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/sdi/viewsh.sdi b/sw/sdi/viewsh.sdi index f0ae9ed9f100..b407ae199a3e 100644 --- a/sw/sdi/viewsh.sdi +++ b/sw/sdi/viewsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: viewsh.sdi,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: os $ $Date: 2002-03-20 10:54:43 $ + * last change: $Author: os $ $Date: 2002-05-08 07:58:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,12 +118,12 @@ interface TextEditView : BaseTextEditView StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] - SvxDrawToolItem DrawSelect SID_INSERT_DRAW // status() + SID_INSERT_DRAW // status() [ ExecMethod = ExecDraw ; StateMethod = GetDrawState ; ] - SfxBoolItem CreateControl SID_FM_CREATE_CONTROL // status() + SID_FM_CREATE_CONTROL // status() [ ExecMethod = ExecDraw ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; |