#90385# removed ambiguities
This commit is contained in:
parent
d924315394
commit
096a9db4bb
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Id: office.mod,v 1.42 2001-06-20 06:08:35 mib Exp $
|
||||
$Id: office.mod,v 1.43 2001-07-31 14:47:55 dvo Exp $
|
||||
|
||||
The Contents of this file are made available subject to the terms of
|
||||
either of the following licenses
|
||||
|
@ -221,7 +221,7 @@
|
|||
|
||||
<!ENTITY % body "(office:forms?,(text:tracked-changes|table:tracked-changes)?,%text-decls;,table:calculation-settings?,table:content-validations?,table:label-ranges?,
|
||||
(text:h|text:p|text:ordered-list|
|
||||
text:unordered-list|table:table|chart:chart|draw:page|
|
||||
text:unordered-list|table:table|draw:page|
|
||||
draw:a|%shape;|text:section|text:table-of-content|
|
||||
text:illustration-index|text:table-index|text:object-index|
|
||||
text:user-index|text:alphabetical-index|text:bibliography|
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Id: table.mod,v 1.38 2001-07-24 15:01:42 dvo Exp $
|
||||
$Id: table.mod,v 1.39 2001-07-31 14:47:55 dvo Exp $
|
||||
|
||||
The Contents of this file are made available subject to the terms of
|
||||
either of the following licenses
|
||||
|
@ -115,7 +115,7 @@
|
|||
table:table %integer; #IMPLIED
|
||||
table:multi-deletion-spanned %integer; #IMPLIED
|
||||
>
|
||||
<!ELEMENT table:cut-offs (table:insertion-cut-off | table:movement-cut-off+ | (table:insertion-cut-off, table:movement-cut-off+))>
|
||||
<!ELEMENT table:cut-offs (table:movement-cut-off+ | (table:insertion-cut-off, table:movement-cut-off*))>
|
||||
<!ELEMENT table:insertion-cut-off EMPTY>
|
||||
<!ATTLIST table:insertion-cut-off
|
||||
table:id CDATA #REQUIRED
|
||||
|
@ -259,7 +259,7 @@
|
|||
table:default-cell-style-name %styleName; #IMPLIED
|
||||
>
|
||||
|
||||
<!ENTITY % text-wo-table "(text:h|text:p|text:ordered-list|text:unordered-list|%shapes;|chart:chart)*">
|
||||
<!ENTITY % text-wo-table "(text:h|text:p|text:ordered-list|text:unordered-list|%shapes;)*">
|
||||
<!ENTITY % cell-content "(table:cell-range-source?,office:annotation?,table:detective?,(table:sub-table|%text-wo-table;))">
|
||||
<!ELEMENT table:table-cell %cell-content;>
|
||||
<!ELEMENT table:covered-table-cell %cell-content;>
|
||||
|
|
Loading…
Reference in a new issue