[Libreoffice-commits] core.git: oox/source

Eike Rathke erack at redhat.com
Mon May 15 12:29:25 UTC 2017


 oox/source/token/relationship.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c9521953aa2c53a1d274f2551eae12c126c5f2b1
Author: Eike Rathke <erack at redhat.com>
Date:   Mon May 15 14:27:45 2017 +0200

    Correct URI for HDPHOTO, tdf#107197 follow-up
    
    Fallout from
    
        commit b08e9f08072ec2f632dd8bbbc8d0b5ca2de8b532
        Date:   Tue May 9 14:22:52 2017 +0530
    
    Change-Id: I146481525f7ed17cc3f66440563079f0148ffb80

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"},


More information about the Libreoffice-commits mailing list