summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-05-30 08:27:56 +0000
committerOliver Bolte <obo@openoffice.org>2008-05-30 08:27:56 +0000
commit9b6e07f61fc7d976a450dd88a7d8bf2fc7eed8cd (patch)
tree2d154e414ba94aa2c16e04c3295fcfe5808839a3 /sw/sdi
parent982d519127e7004f97acc7956694800a11feb7ff (diff)
INTEGRATION: CWS notes4 (1.3.4); FILE MERGED
2008/04/25 07:41:05 mod 1.3.4.2: #i88715 2008/04/17 10:51:14 mod 1.3.4.1: various small fixes
Diffstat (limited to 'sw/sdi')
-rwxr-xr-xsw/sdi/_annotsh.sdi18
1 files changed, 16 insertions, 2 deletions
diff --git a/sw/sdi/_annotsh.sdi b/sw/sdi/_annotsh.sdi
index 8b097f9ab9..37875ac828 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.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -99,7 +99,14 @@ interface _Annotation
StateMethod = StateClpbrd ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
-
+
+ SID_CLIPBOARD_FORMAT_ITEMS // status(final|play)
+ [
+ StateMethod = StateClpbrd ;
+ ExecMethod = ExecClpbrd ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+
SID_SELECTALL // api:
[
ExecMethod = Exec ;
@@ -211,6 +218,13 @@ interface _Annotation
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+
+ SID_ATTR_CHAR_LANGUAGE // status(final|play)
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
SID_ATTR_PARA_ADJUST_LEFT // api:
[