summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments/types
diff options
context:
space:
mode:
authorSushil Shinde <sushil.shinde@synerzip.com>2013-11-26 19:06:48 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-12-13 10:59:37 +0100
commitc42c57e665ad65b3a270ae223f1012ac988acdd3 (patch)
tree8a22f108d0dfac50a1d4a54eec442e4e00759f52 /filter/source/config/fragments/types
parentdcdf3cd1983b673eb1ed1a5c23b68ba46fe4dd1b (diff)
fdo#70338 : Fixed file corruption issue after save for docx.
- File was giving corruption message if saved in LO. - Issue due to video file. - Attached file contain .mov which was not handled properly. - Added mov extension support in graphic filter. Reviewed on: https://gerrit.libreoffice.org/6818 Change-Id: Ia278127ddc4afcd2d5fe04e86ed6201fb28dc04f
Diffstat (limited to 'filter/source/config/fragments/types')
-rw-r--r--filter/source/config/fragments/types/mov_MOV.xcu20
1 files changed, 20 insertions, 0 deletions
diff --git a/filter/source/config/fragments/types/mov_MOV.xcu b/filter/source/config/fragments/types/mov_MOV.xcu
new file mode 100644
index 000000000000..7471a78a7e51
--- /dev/null
+++ b/filter/source/config/fragments/types/mov_MOV.xcu
@@ -0,0 +1,20 @@
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+-->
+ <node oor:name="mov_MOV" oor:op="replace" >
+ <prop oor:name="DetectService"><value>com.sun.star.comp.draw.FormatDetector</value></prop>
+ <prop oor:name="URLPattern"/>
+ <prop oor:name="Extensions"><value>mov MOV</value></prop>
+ <prop oor:name="MediaType"><value>application/movie</value></prop>
+ <prop oor:name="Preferred"><value>false</value></prop>
+ <prop oor:name="PreferredFilter"><value>MOV - MOV</value></prop>
+ <prop oor:name="UIName">
+ <value>MOV - QuickTime File Format</value>
+ </prop>
+ <prop oor:name="ClipboardFormat"/>
+ </node>