summaryrefslogtreecommitdiff
path: root/vcl/source/filter/FilterConfigCache.cxx
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 /vcl/source/filter/FilterConfigCache.cxx
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 'vcl/source/filter/FilterConfigCache.cxx')
-rw-r--r--vcl/source/filter/FilterConfigCache.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/source/filter/FilterConfigCache.cxx b/vcl/source/filter/FilterConfigCache.cxx
index 217888ee1b6c..71334c96653a 100644
--- a/vcl/source/filter/FilterConfigCache.cxx
+++ b/vcl/source/filter/FilterConfigCache.cxx
@@ -37,7 +37,7 @@ using namespace ::com::sun::star::configuration ;
const char* FilterConfigCache::FilterConfigCacheEntry::InternalPixelFilterNameList[] =
{
IMP_BMP, IMP_GIF, IMP_PNG,IMP_JPEG, IMP_XBM, IMP_XPM,
- EXP_BMP, EXP_JPEG, EXP_PNG, NULL
+ EXP_BMP, EXP_JPEG, EXP_PNG, IMP_MOV, NULL
};
const char* FilterConfigCache::FilterConfigCacheEntry::InternalVectorFilterNameList[] =
@@ -234,6 +234,8 @@ const char* FilterConfigCache::InternalFilterListForSvxLight[] =
"gif","2","egi",
"jpg","1","SVIJPEG",
"jpg","2","SVEJPEG",
+ "mov","1","SVMOV",
+ "mov","2","SVMOV",
"sgv","1","SVSGV",
"sgf","1","SVSGF",
"met","1","ime",