diff options
author | Mark Hung <marklh9@gmail.com> | 2018-10-17 22:17:19 +0800 |
---|---|---|
committer | Mark Hung <marklh9@gmail.com> | 2018-10-18 14:47:44 +0200 |
commit | a1b9f7e81aa1a105bbac08d310825f367dbfe601 (patch) | |
tree | d5b37233666d02056029f273ec85fc7b16ee3450 /include/oox | |
parent | c2545303f7c0c18c4b65e50006bcedb5fe31aa4c (diff) |
tdf#120573 export media type for .wav properly.
Only video files were handled before. .wav files had
wrong mime type in [Content Types].xml, used videoFile
tag in slide1.xml, and incorrect type in rel file.
Change-Id: I92bded52eb9f366103a10334c6a92fda9648076e
Reviewed-on: https://gerrit.libreoffice.org/61885
Tested-by: Jenkins
Reviewed-by: Mark Hung <marklh9@gmail.com>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/token/relationship.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/token/relationship.hxx b/include/oox/token/relationship.hxx index 24a34d9ab642..ae1580bf2bc5 100644 --- a/include/oox/token/relationship.hxx +++ b/include/oox/token/relationship.hxx @@ -58,6 +58,7 @@ enum class Relationship THEME, VBAPROJECT, VIDEO, + AUDIO, VMLDRAWING, WORDVBADATA, WORKSHEET |