diff options
author | Jan Holesovsky <kendy@collabora.com> | 2017-09-05 16:53:14 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2017-09-07 07:01:09 +0200 |
commit | cbcffbaee204e9dfbdc2125dda73e36d77e9b844 (patch) | |
tree | 1e0cc588b1514afd8727fda78f27e6139aa3569d /oox/source/token | |
parent | f2c29539d52095ea7b914b20ef7f564469d2aa96 (diff) |
tdf#106867: Export videos in PPTX.
Change-Id: I7f4f389a72aa7ecef65d87f07bb69ba8f3374a14
Reviewed-on: https://gerrit.libreoffice.org/41979
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'oox/source/token')
-rw-r--r-- | oox/source/token/relationship.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/token/relationship.inc b/oox/source/token/relationship.inc index 85a459d49697..2bdf6eab7e68 100644 --- a/oox/source/token/relationship.inc +++ b/oox/source/token/relationship.inc @@ -36,6 +36,7 @@ {Relationship::STYLES, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles"}, {Relationship::THEME, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme"}, {Relationship::VBAPROJECT, "http://schemas.microsoft.com/office/2006/relationships/vbaProject"}, +{Relationship::VIDEO, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/video"}, {Relationship::VMLDRAWING, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing"}, {Relationship::WORDVBADATA, "http://schemas.microsoft.com/office/2006/relationships/wordVbaData"}, {Relationship::WORKSHEET, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet"} |