summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-05-15 14:27:45 +0200
committerEike Rathke <erack@redhat.com>2017-05-15 14:28:35 +0200
commitc9521953aa2c53a1d274f2551eae12c126c5f2b1 (patch)
tree4248438e087f15df6a3b076a56608e571cd8f54d /oox
parent3b0915d094d795486159ed6f003f5f783fc6651f (diff)
Correct URI for HDPHOTO, tdf#107197 follow-up
Fallout from commit b08e9f08072ec2f632dd8bbbc8d0b5ca2de8b532 Date: Tue May 9 14:22:52 2017 +0530 Change-Id: I146481525f7ed17cc3f66440563079f0148ffb80
Diffstat (limited to 'oox')
-rw-r--r--oox/source/token/relationship.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/token/relationship.inc b/oox/source/token/relationship.inc
index d0b38e04ca3a..bc41797ae90c 100644
--- a/oox/source/token/relationship.inc
+++ b/oox/source/token/relationship.inc
@@ -15,7 +15,7 @@
{Relationship::FOOTER, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer"},
{Relationship::FOOTNOTES, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes"},
{Relationship::GLOSSARYDOCUMENT, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/glossaryDocument"},
-{Relationship::HDPHOTO, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hdphoto"},
+{Relationship::HDPHOTO, "http://schemas.microsoft.com/office/2007/relationships/hdphoto"},
{Relationship::HEADER, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/header"},
{Relationship::HYPERLINK, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink"},
{Relationship::IMAGE, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"},