diff options
author | Malte Timmermann <mt@openoffice.org> | 2000-11-30 07:45:07 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2000-11-30 07:45:07 +0000 |
commit | a064667ebbc282434ce7c32bd97aa3b1bc62d136 (patch) | |
tree | 74041bc39e880e58da5d1489801e456ffb6bad5d /svx/source/editeng/editdoc.cxx | |
parent | 95ea776e75175aab002d9f5980abb345559a5335 (diff) |
#80913# More CJK support
Diffstat (limited to 'svx/source/editeng/editdoc.cxx')
-rw-r--r-- | svx/source/editeng/editdoc.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/editeng/editdoc.cxx b/svx/source/editeng/editdoc.cxx index 9357558bbfec..ab9b55f01fea 100644 --- a/svx/source/editeng/editdoc.cxx +++ b/svx/source/editeng/editdoc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: editdoc.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mt $ $Date: 2000-11-24 11:30:28 $ + * last change: $Author: mt $ $Date: 2000-11-30 08:45:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -203,6 +203,9 @@ DBG_NAME( EE_ContentNode ); DBG_NAME( EE_CharAttribList ); SfxItemInfo aItemInfos[EDITITEMCOUNT] = { + { 0, SFX_ITEM_POOLABLE }, // EE_PARA_HANGINGPUNCTUATION + { SID_ATTR_PARA_FORBIDDEN_RULES, SFX_ITEM_POOLABLE }, + { 0, SFX_ITEM_POOLABLE }, // EE_PARA_ASIANCJKSPACING { SID_ATTR_NUMBERING_RULE, SFX_ITEM_POOLABLE }, // EE_PARA_NUMBULL { 0, SFX_ITEM_POOLABLE }, // EE_PARA_HYPHENATE { 0, SFX_ITEM_POOLABLE }, // EE_PARA_BULLETSTATE |