couple more file extension

This commit is contained in:
Michael Meeks 2012-07-09 11:24:06 +01:00
parent 13475e5409
commit a42f5034af

View file

@ -61,6 +61,8 @@ public class FileUtilities {
mExtnMap.put(".ppt", IMPRESS);
mExtnMap.put(".pptx", IMPRESS);
mExtnMap.put(".odd", DRAWING);
mExtnMap.put(".sxd", DRAWING);
mExtnMap.put(".svg", DRAWING);
mExtnMap.put(".vsd", DRAWING);
mExtnMap.put(".wpg", DRAWING);