summaryrefslogtreecommitdiff
path: root/xmloff/dtd/table.mod
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-05-08 13:06:52 +0000
committerSascha Ballach <sab@openoffice.org>2001-05-08 13:06:52 +0000
commit199df32c151c40a54bdbb60f0380335801923f29 (patch)
tree4bd4114cc79445c2ce7c8c47c76a220b240ee251 /xmloff/dtd/table.mod
parent11cfbe898ff7bc4e97e9bcdbca5c87e2ebdd66d9 (diff)
add default-cell-style-name to column and row
Diffstat (limited to 'xmloff/dtd/table.mod')
-rw-r--r--xmloff/dtd/table.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod
index 974f1d52cbf2..b5d9105ed7a9 100644
--- a/xmloff/dtd/table.mod
+++ b/xmloff/dtd/table.mod
@@ -1,5 +1,5 @@
<!--
- $Id: table.mod,v 1.34 2001-05-07 11:45:00 dvo Exp $
+ $Id: table.mod,v 1.35 2001-05-08 14:06:52 sab Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -241,6 +241,7 @@
table:number-columns-repeated %positiveInteger; "1"
table:style-name %styleName; #IMPLIED
table:visibility (visible | collapse | filter) "visible"
+ table:default-cell-style-name %styleName; #IMPLIED
>
<!ELEMENT table:table-row-group (table:table-header-rows | table:table-row | table:table-row-group)+>
<!ATTLIST table:table-row-group
@@ -254,6 +255,7 @@
table:number-rows-repeated %positiveInteger; "1"
table:style-name %styleName; #IMPLIED
table:visibility (visible | collapse | filter) "visible"
+ table:default-cell-style-name %styleName; #IMPLIED
>
<!ENTITY % text-wo-table "(text:h|text:p|text:ordered-list|text:unordered-list|%shapes;|chart:chart)*">