summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-07-09 11:24:06 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-07-12 10:40:25 +0100
commita42f5034af5f6a0749b9159fa9cc257489d9830b (patch)
tree2578bf5381ffd11757ed409a9d4aa717ded2e036
parent13475e540970a614a16e6a1be29dc5b2b47b7b05 (diff)
couple more file extension
-rw-r--r--android/experimental/LibreOffice4Android/src/org/libreoffice/ui/FileUtilities.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/experimental/LibreOffice4Android/src/org/libreoffice/ui/FileUtilities.java b/android/experimental/LibreOffice4Android/src/org/libreoffice/ui/FileUtilities.java
index 99d35486d15b..bbf0db431252 100644
--- a/android/experimental/LibreOffice4Android/src/org/libreoffice/ui/FileUtilities.java
+++ b/android/experimental/LibreOffice4Android/src/org/libreoffice/ui/FileUtilities.java
@@ -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);