diff options
-rw-r--r-- | oox/source/token/relationship.inc | 2 |
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"}, |