summaryrefslogtreecommitdiff
path: root/xmloff/dtd/dtypes.mod
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-01-03 10:32:24 +0000
committerMichael Brauer <mib@openoffice.org>2001-01-03 10:32:24 +0000
commit56d2cb45e26d5a835a8ca9b519aa95f3705b6ec1 (patch)
treef97e80c3d8bf7290e6d1ba20767c0fd38d35a427 /xmloff/dtd/dtypes.mod
parent4bcf0c95aa39d6cfbea8b98563c61954ec7d581d (diff)
support for OLE objects in XML files
Diffstat (limited to 'xmloff/dtd/dtypes.mod')
-rw-r--r--xmloff/dtd/dtypes.mod7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/dtd/dtypes.mod b/xmloff/dtd/dtypes.mod
index 9387514e7a09..b2066252d298 100644
--- a/xmloff/dtd/dtypes.mod
+++ b/xmloff/dtd/dtypes.mod
@@ -1,5 +1,5 @@
<!--
- $Id: dtypes.mod,v 1.10 2001-01-03 09:55:08 mib Exp $
+ $Id: dtypes.mod,v 1.11 2001-01-03 11:32:24 mib Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -157,8 +157,9 @@
<!ENTITY % shape "draw:rect|draw:line|draw:polyline|draw:polygon|draw:path|
draw:circle|draw:ellipse|draw:g|draw:page-thumbnail|
- draw:text-box|draw:image|draw:measure|draw:caption|
- draw:connector|chart:chart|dr3d:scene" >
+ draw:text-box|draw:image|draw:object|draw:object-ole|
+ draw:measure|draw:caption|draw:connector|chart:chart|
+ dr3d:scene" >
<!ENTITY % shapes "(%shape;)" >
<!ENTITY % anchorType "(page|frame|paragraph|char|as-char)">