summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-05-08 06:58:42 +0000
committerOliver Specht <os@openoffice.org>2002-05-08 06:58:42 +0000
commit034432190d970cf8a0b88530abeb6a213f973a5f (patch)
tree758e1f9facabe8ea527bbeefb7672a26dbe54458 /sw
parent713e49e7f2c2487416f222521f5a601423093a5c (diff)
#98419# redefined slot names DrawSelect and CreateControl removed
Diffstat (limited to 'sw')
-rw-r--r--sw/sdi/viewsh.sdi8
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";