summaryrefslogtreecommitdiff
path: root/sw/sdi/annotsh.sdi
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-16 07:14:51 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-16 07:14:51 +0000
commit9642ea3522127a641a8999828d12cc8bb786e38c (patch)
tree7eb29bb2b1f3999456ea3ef66d8714fbda3fcd8a /sw/sdi/annotsh.sdi
parentb3b728daa0d9df134ce3bfed08171acff389eae8 (diff)
INTEGRATION: CWS notes5 (1.4.30); FILE MERGED
2008/06/13 15:29:01 mod 1.4.30.4: RESYNC: (1.4-1.5); FILE MERGED 2008/05/14 17:02:58 mod 1.4.30.3: #i86595# #i89474# 2008/05/06 19:37:48 mod 1.4.30.2: merge from notes4 2008/05/05 14:40:15 mod 1.4.30.1: language settings inside notes
Diffstat (limited to 'sw/sdi/annotsh.sdi')
-rwxr-xr-xsw/sdi/annotsh.sdi20
1 files changed, 17 insertions, 3 deletions
diff --git a/sw/sdi/annotsh.sdi b/sw/sdi/annotsh.sdi
index cb05a69fbf85..cbaca47c97ab 100755
--- a/sw/sdi/annotsh.sdi
+++ b/sw/sdi/annotsh.sdi
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: annotsh.sdi,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -341,6 +341,22 @@ interface Annotation : _Annotation
[
StateMethod = StateDisableItems ;
]
+ FN_STAT_SELMODE
+ [
+ StateMethod = StateStatusLine ;
+ ]
+
+ FN_STAT_TEMPLATE
+ [
+ StateMethod = StateStatusLine ;
+ ]
+
+ SID_LANGUAGE_STATUS
+ [
+ ExecMethod = ExecLingu ;
+ StateMethod = GetLinguState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
}
@@ -348,5 +364,3 @@ shell SwAnnotationShell
{
import Annotation[Automation];
}
-
-