diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-05-17 15:26:59 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-05-17 15:26:59 +0000 |
commit | 8898b8ef3c8865b6f0d0398d2206ef944cc73ffd (patch) | |
tree | de3433bc3fbaa45e466ca13d169a803c36d27697 | |
parent | 49f4bff064ea19276e34647342d5cc3a4d63ada8 (diff) |
INTEGRATION: CWS hbqea101 (1.54.196); FILE MERGED
2004/05/05 12:44:38 hbrinkm 1.54.196.1: #i27615# text:index-entry-tab-stop style:with-tab
-rw-r--r-- | xmloff/dtd/text.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod index 11b88e98fa..6e9c6f2285 100644 --- a/xmloff/dtd/text.mod +++ b/xmloff/dtd/text.mod @@ -1,5 +1,5 @@ <!-- - $Id: text.mod,v 1.54 2003-04-17 13:16:02 vg Exp $ + $Id: text.mod,v 1.55 2004-05-17 16:26:59 rt Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -998,6 +998,7 @@ indices, and there may be only one text:index-title element. <!ATTLIST text:index-entry-tab-stop style:leader-char %character; " "> <!ATTLIST text:index-entry-tab-stop style:type (left|right) "left"> <!ATTLIST text:index-entry-tab-stop style:position %length; #IMPLIED> +<!ATTLIST text:index-entry-tab-stop style:with-tab %boolean; "true"> <!ELEMENT text:index-entry-link-start EMPTY> <!ATTLIST text:index-entry-link-start text:style-name %styleName; #IMPLIED> |