diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-04-11 04:20:39 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-04-11 04:20:39 +0000 |
commit | 0bb137214fee203fbdca5b612a42942a8ce5a3be (patch) | |
tree | 43eda4c81aff59fe652d16119c23169f4c1772b1 /xmloff | |
parent | b7a83b57e6951320df036aa31acdac4e757c3f75 (diff) |
#85995#; make the name of tables a implied attribute
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/dtd/table.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod index 9f0ed45c12f2..77c212745aab 100644 --- a/xmloff/dtd/table.mod +++ b/xmloff/dtd/table.mod @@ -1,5 +1,5 @@ <!-- - $Id: table.mod,v 1.30 2001-04-04 13:43:59 dr Exp $ + $Id: table.mod,v 1.31 2001-04-11 05:20:39 sab Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -161,7 +161,7 @@ <!ENTITY % table-row-groups "( (%table-rows;,(%table-header-rows;,%table-rows;?)?) | (%table-header-rows;,%table-rows;?) )"> <!ELEMENT table:table (table:table-source?, table:scenario?, office:forms?, table:shapes?, %table-column-groups;, %table-row-groups;)> <!ATTLIST table:table - table:name %string; #REQUIRED + table:name %string; #IMPLIED table:style-name %styleName; #IMPLIED table:protected %boolean; "false" table:protection-key CDATA #IMPLIED |