summaryrefslogtreecommitdiff
path: root/oox/source/token/relationship.inc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-09-06 10:36:10 +0200
committerJan Holesovsky <kendy@collabora.com>2017-09-07 07:01:27 +0200
commit4d1159136ae25b437d874e0fba7f0f13651049b6 (patch)
treed97689c67420eec30d31bf37f71b57abdfd0cc3a /oox/source/token/relationship.inc
parentcbcffbaee204e9dfbdc2125dda73e36d77e9b844 (diff)
tdf#106867: Write also the extended markup to fully support embedded videos.
Change-Id: I33398bff32077a8a109e0addcebab039f734c1bb Reviewed-on: https://gerrit.libreoffice.org/41981 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'oox/source/token/relationship.inc')
-rw-r--r--oox/source/token/relationship.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/token/relationship.inc b/oox/source/token/relationship.inc
index 2bdf6eab7e68..128fe3626de7 100644
--- a/oox/source/token/relationship.inc
+++ b/oox/source/token/relationship.inc
@@ -22,6 +22,7 @@
{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"},
+{Relationship::MEDIA, "http://schemas.microsoft.com/office/2007/relationships/media"},
{Relationship::NOTESMASTER, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/notesMaster"},
{Relationship::NOTESSLIDE, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/notesSlide"},
{Relationship::NUMBERING, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering"},