vcl/source/filter/graphicfilter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 07fb148971b6853c2020cea6660fa62d6caacb85
Author:     Jan Holesovsky <ke...@collabora.com>
AuthorDate: Tue Mar 10 15:04:43 2020 +0100
Commit:     Jan Holesovsky <ke...@collabora.com>
CommitDate: Wed Mar 11 14:59:23 2020 +0100

    android: Use the best speed compression as on iOS.
    
    Change-Id: Ib2be570a924c6ac6e226f47e6b183975df1fca2d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90258
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/vcl/source/filter/graphicfilter.cxx 
b/vcl/source/filter/graphicfilter.cxx
index 4a8f5a80cfff..a8c6719f3123 100644
--- a/vcl/source/filter/graphicfilter.cxx
+++ b/vcl/source/filter/graphicfilter.cxx
@@ -2539,7 +2539,7 @@ IMPL_LINK( GraphicFilter, FilterCallback, ConvertData&, 
rData, bool )
     else if( !aShortName.isEmpty() )
     {
         // Export
-#ifdef IOS
+#if defined(IOS) || defined(ANDROID)
         if (aShortName == PNG_SHORTNAME)
         {
             aFilterData.realloc(aFilterData.getLength() + 1);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to