From cbcffbaee204e9dfbdc2125dda73e36d77e9b844 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 5 Sep 2017 16:53:14 +0200 Subject: tdf#106867: Export videos in PPTX. Change-Id: I7f4f389a72aa7ecef65d87f07bb69ba8f3374a14 Reviewed-on: https://gerrit.libreoffice.org/41979 Tested-by: Jenkins Reviewed-by: Jan Holesovsky --- oox/source/token/relationship.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'oox/source/token') 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"} -- cgit