diff options
author | Michael Brauer <mib@openoffice.org> | 2001-06-20 05:08:35 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2001-06-20 05:08:35 +0000 |
commit | 9b316f673f54170e0a4a76730622dd9ca47e0709 (patch) | |
tree | 8676d35ebfe3481d78cdbec16fb109f92f46d9a6 /xmloff/dtd/style.mod | |
parent | fa829d05c584448923c529ccb6ac867c167baadd (diff) |
#87313#: embedded imagas as base 64
Diffstat (limited to 'xmloff/dtd/style.mod')
-rw-r--r-- | xmloff/dtd/style.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod index 887ba77bba1b..98738623f36a 100644 --- a/xmloff/dtd/style.mod +++ b/xmloff/dtd/style.mod @@ -1,5 +1,5 @@ <!-- - $Id: style.mod,v 1.38 2001-05-28 13:19:14 cl Exp $ + $Id: style.mod,v 1.39 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 @@ -277,7 +277,7 @@ <!ATTLIST style:properties fo:break-after (auto|column|page) #IMPLIED> <!ATTLIST style:properties fo:background-color %transparentOrColor; #IMPLIED> -<!ELEMENT style:background-image EMPTY> +<!ELEMENT style:background-image (office:binary-data?)> <!ATTLIST style:background-image xlink:type (simple) #IMPLIED> <!ATTLIST style:background-image xlink:href %uriReference; #IMPLIED> <!ATTLIST style:background-image xlink:show (embed) #IMPLIED> |