summaryrefslogtreecommitdiff
path: root/xmloff/dtd/text.mod
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-06-20 05:08:35 +0000
committerMichael Brauer <mib@openoffice.org>2001-06-20 05:08:35 +0000
commit9b316f673f54170e0a4a76730622dd9ca47e0709 (patch)
tree8676d35ebfe3481d78cdbec16fb109f92f46d9a6 /xmloff/dtd/text.mod
parentfa829d05c584448923c529ccb6ac867c167baadd (diff)
#87313#: embedded imagas as base 64
Diffstat (limited to 'xmloff/dtd/text.mod')
-rw-r--r--xmloff/dtd/text.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod
index 371f236ffe57..b2e48ef32b74 100644
--- a/xmloff/dtd/text.mod
+++ b/xmloff/dtd/text.mod
@@ -1,5 +1,5 @@
<!--
- $Id: text.mod,v 1.33 2001-06-12 17:46:19 dvo Exp $
+ $Id: text.mod,v 1.34 2001-06-20 06:08:35 mib Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -226,13 +226,13 @@
<!ATTLIST text:list-level-style-bullet style:num-prefix %string; #IMPLIED>
<!ATTLIST text:list-level-style-bullet style:num-suffix %string; #IMPLIED>
-<!ELEMENT text:list-level-style-image (style:properties?)>
+<!ELEMENT text:list-level-style-image (style:properties?,office:binary-data?)>
<!ATTLIST text:list-level-style-image text:level %positiveInteger; #REQUIRED>
-<!ATTLIST text:list-level-style-image xlink:type (simple) #FIXED "simple">
-<!ATTLIST text:list-level-style-image xlink:href %uriReference; #REQUIRED>
-<!ATTLIST text:list-level-style-image xlink:actuate (onLoad) "onLoad">
-<!ATTLIST text:list-level-style-image xlink:show (embed) "embed">
+<!ATTLIST text:list-level-style-image xlink:type (simple) #IMPLIED>
+<!ATTLIST text:list-level-style-image xlink:href %uriReference; #IMPLIED>
+<!ATTLIST text:list-level-style-image xlink:actuate (onLoad) #IMPLIED>
+<!ATTLIST text:list-level-style-image xlink:show (embed) #IMPLIED>
<!-- list properties -->