summaryrefslogtreecommitdiff
path: root/sw/sdi/_textsh.sdi
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-08-07 08:29:47 +0000
committerOliver Specht <os@openoffice.org>2002-08-07 08:29:47 +0000
commit2fdd7f7aba389a64a79dd232b40102e54ea00037 (patch)
tree39b2d8da637c47adf96c0ac28a68256900c1c822 /sw/sdi/_textsh.sdi
parentcb114eff4808662d207f02e69acd310211e6b72b (diff)
#100756# recording of fields re-implemented
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r--sw/sdi/_textsh.sdi10
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index f14ba145cb79..289640884833 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: _textsh.sdi,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: tl $ $Date: 2002-08-05 09:49:08 $
+ * last change: $Author: os $ $Date: 2002-08-07 09:29:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -802,6 +802,12 @@ interface BaseText : Selection
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
AutoUpdate ;
]
+ FN_INSERT_DBFIELD
+ [
+ ExecMethod = ExecField ;
+ StateMethod = StateField ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
FN_INSERT_REF_FIELD
[
ExecMethod = ExecField ;