diff options
author | Oliver Specht <os@openoffice.org> | 2000-11-24 16:06:10 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2000-11-24 16:06:10 +0000 |
commit | 6a3a328bad37a14442ac6890f32bf3a7a1f2bfd6 (patch) | |
tree | 10ec2f7ca6e02ded0465d03f6e858d4780bcd3b6 /sw/sdi | |
parent | e329e7586c191832767e369587ef16fc228c8f9d (diff) |
#80747# new language TabPage
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_viewsh.sdi | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi index 5483abcea9ef..25ce463a7fb1 100644 --- a/sw/sdi/_viewsh.sdi +++ b/sw/sdi/_viewsh.sdi @@ -2,7 +2,7 @@ $Workfile: _VIEWSH.SDI $ - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_viewsh.sdi,v 1.2 2000-10-12 06:31:57 os Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_viewsh.sdi,v 1.3 2000-11-24 17:06:10 os Exp $ Beschreibung: allgemeine interfaces fuer View @@ -406,6 +406,21 @@ interface BaseTextEditView : View Export = FALSE; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] + SID_ATTR_CHAR_CJK_LANGUAGE + [ + ExecMethod = Execute ; + StateMethod = GetState ; + Export = FALSE; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + SID_ATTR_CHAR_CTL_LANGUAGE + [ + ExecMethod = Execute ; + StateMethod = GetState ; + Export = FALSE; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + SfxVoidItem JumpToMark SID_JUMPTOMARK |