summaryrefslogtreecommitdiff
path: root/framework/dtd/image.dtd
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-07-23 08:15:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-23 14:49:04 +0200
commitd367ee2f8c204f351072c0eb10259fd7aa497770 (patch)
tree351c016c0d0ef15a739fe8e766d9ae0b0c1edf72 /framework/dtd/image.dtd
parentbfe225b7003d119ff214cbaa771289de105c48d5 (diff)
Simplify framework image manager
various bits are no longer used since commit ca00697e3dae9a03573d11281fc8d9a4ee391d3d Date: Tue Sep 8 04:57:32 2009 +0000 CWS-TOOLING: integrate CWS oj18 Change-Id: Iea57cee35026fd90f6a9aaf9927a80a646d722bb Reviewed-on: https://gerrit.libreoffice.org/76147 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/dtd/image.dtd')
-rw-r--r--framework/dtd/image.dtd4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/dtd/image.dtd b/framework/dtd/image.dtd
index 44e2f5315646..59b0f3f92f08 100644
--- a/framework/dtd/image.dtd
+++ b/framework/dtd/image.dtd
@@ -31,13 +31,13 @@
<!ELEMENT image:entry EMPTY>
<!ATTLIST image:entry
image:command %url; #REQUIRED
- image:bitmap-index CDATA #REQUIRED
+ image:bitmap-index CDATA
>
<!ELEMENT image:externalentry EMPTY>
<!ATTLIST image:externalentry
image:command %url; #REQUIRED
- xlink:href %uriReference; #REQUIRED
+ xlink:href %uriReference;
xlink:type CDATA #FIXED "simple"
>