diff options
author | Christian Lippka <cl@openoffice.org> | 2000-11-20 08:06:23 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2000-11-20 08:06:23 +0000 |
commit | 3e3917ef6abdaca6f721f5b73df05f00ab860bad (patch) | |
tree | 0c41b067f7d62e1d57a4b560bb98c1ebca89bb65 /xmloff | |
parent | 64b9e6ee6dfb812a7ecd68a3c8f7d673d72c6dd5 (diff) |
#80147# added user-transformed to presentation shapes
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/dtd/drawing.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod index 0f6949cec42d..6156f3c2ea65 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -1,5 +1,5 @@ <!-- - $Id: drawing.mod,v 1.8 2000-11-16 16:33:58 cl Exp $ + $Id: drawing.mod,v 1.9 2000-11-20 09:06:23 cl Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -68,7 +68,7 @@ <!ENTITY % presentation-style-name "presentation:style-name %styleName; #IMPLIED"> <!ENTITY % presentation-classes "(title|outline|subtitle|text|graphic|object|chart|table|orgchart|page|notes)" > <!-- ENTITY % presentation-class "presentation:class %presentation-classes; #IMPLIED" --> -<!ENTITY % presentation-class "presentation:class %presentation-classes; #IMPLIED presentation:placeholder (true|false) #IMPLIED"> +<!ENTITY % presentation-class "presentation:class %presentation-classes; #IMPLIED presentation:placeholder (true|false) #IMPLIED presentation:user-transformed (true|false) #IMPLIED"> <!-- Drawing shapes --> <!ELEMENT draw:rect %draw-text;> |