android/source/src/java/org/libreoffice/ui/FileUtilities.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c50afd45d2f6a7c70bb3a7591747b162a2675311
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Fri Apr 29 22:01:07 2022 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Sat Apr 30 07:11:04 2022 +0200

    android: Show Impress icon for .pps files
    
    For some reason, that was commented out.
    Opening such a PowerPoint file worked just
    fine, and with this commit in place, the
    Impress icon is shown in the "Recent Files"
    view as well.
    
    Change-Id: I69bce54074c084928d9aa7b95f37145a9692b847
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133649
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/android/source/src/java/org/libreoffice/ui/FileUtilities.java 
b/android/source/src/java/org/libreoffice/ui/FileUtilities.java
index 4675ca1d0709..52b92534947f 100644
--- a/android/source/src/java/org/libreoffice/ui/FileUtilities.java
+++ b/android/source/src/java/org/libreoffice/ui/FileUtilities.java
@@ -63,7 +63,7 @@ public class FileUtilities {
         mExtnMap.put(".vsdx", DRAWING);
         mExtnMap.put(".pub", DRAWING);
         mExtnMap.put(".ppt",  IMPRESS);
-        // mExtnMap.put(".pps",  IMPRESS);
+        mExtnMap.put(".pps",  IMPRESS);
         mExtnMap.put(".xls",  CALC);
 
         // MS templates

Reply via email to