diff options
author | Christian Lippka <cl@openoffice.org> | 2001-05-11 06:38:35 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-05-11 06:38:35 +0000 |
commit | 128997e985e0e4d913829563ce937c379d3eeb87 (patch) | |
tree | 3f424d02e92d5594175fab2a3e872aab1b03dab8 /xmloff/dtd/drawing.mod | |
parent | 4390e3b34db3183a8a809e524ad3e13492504577 (diff) |
#86157# moved layer settings to view settings
Diffstat (limited to 'xmloff/dtd/drawing.mod')
-rw-r--r-- | xmloff/dtd/drawing.mod | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod index 88173d5bd3df..b319d0275c8a 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -1,5 +1,5 @@ <!-- - $Id: drawing.mod,v 1.47 2001-05-09 12:30:34 mib Exp $ + $Id: drawing.mod,v 1.48 2001-05-11 07:36:26 cl Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -725,9 +725,6 @@ <!ELEMENT draw:layer EMPTY> <!ATTLIST draw:layer draw:name %layerName; #REQUIRED> -<!ATTLIST draw:layer draw:locked %boolean; #IMPLIED> -<!ATTLIST draw:layer draw:printable %boolean; #IMPLIED> -<!ATTLIST draw:layer draw:visible %boolean; #IMPLIED> <!-- events --> <!ELEMENT presentation:event (presentation:sound)?> |