couple more file extension
This commit is contained in:
parent
13475e5409
commit
a42f5034af
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue