summaryrefslogtreecommitdiff
path: root/sw/sdi/_textsh.sdi
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 12:59:45 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 12:59:45 +0000
commit044e892b8e2a0bd19380a4e3caf66ce9179da272 (patch)
treefc6ef5500afef25ecca9377d10116af115f273a4 /sw/sdi/_textsh.sdi
parent38f9cdea018966ed98ea63d85d66772538af6426 (diff)
INTEGRATION: CWS notes3 (1.40.140); FILE MERGED
2008/04/01 16:13:10 mba 1.40.140.1: #i87673#: allow asynchronous execution of notes deletion
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r--sw/sdi/_textsh.sdi32
1 files changed, 31 insertions, 1 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index 79ec224de336..4a19ad3d4cf0 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: _textsh.sdi,v $
- * $Revision: 1.41 $
+ * $Revision: 1.42 $
*
* This file is part of OpenOffice.org.
*
@@ -900,6 +900,36 @@ interface BaseText
ExecMethod = ExecField ;
StateMethod = StateField;
]
+ FN_DELETE_NOTE
+ [
+ ExecMethod = ExecField ;
+ StateMethod = StateField;
+ ]
+ FN_DELETE_NOTE_AUTHOR
+ [
+ ExecMethod = ExecField ;
+ StateMethod = StateField;
+ ]
+ FN_DELETE_ALL_NOTES
+ [
+ ExecMethod = ExecField ;
+ StateMethod = StateField;
+ ]
+ FN_HIDE_NOTE
+ [
+ ExecMethod = ExecField ;
+ StateMethod = StateField;
+ ]
+ FN_HIDE_NOTE_AUTHOR
+ [
+ ExecMethod = ExecField ;
+ StateMethod = StateField;
+ ]
+ FN_HIDE_ALL_NOTES
+ [
+ ExecMethod = ExecField ;
+ StateMethod = StateField;
+ ]
FN_REDLINE_COMMENT // status(play)
[
ExecMethod = ExecField ;