sc/source/filter/excel/excrecds.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 316e43730713b6c69318f8d4f1d093fcc862d5b7
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Wed Dec 26 20:57:31 2018 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Thu Dec 27 11:34:05 2018 +0100

    tdf#122331 Autofilter disappeared after export to XLSX
    
    regression from
        commit c135f51b050dfa7ef095fe8a5b73cde37219a8dd
        loplugin:returnconstant in XclExpAutofilter
    
    Change-Id: Iea7ac925aff47699292b4c3d758e99cd2d081560
    Reviewed-on: https://gerrit.libreoffice.org/65625
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>
    (cherry picked from commit d080cd838c7ab182e70ed5e8c1deff10b2306f24)
    Reviewed-on: https://gerrit.libreoffice.org/65635
    Reviewed-by: Xisco FaulĂ­ <xiscofa...@libreoffice.org>
    Tested-by: Xisco FaulĂ­ <xiscofa...@libreoffice.org>

diff --git a/sc/source/filter/excel/excrecds.cxx 
b/sc/source/filter/excel/excrecds.cxx
index d8dd91cbb78c..626a6b42b993 100644
--- a/sc/source/filter/excel/excrecds.cxx
+++ b/sc/source/filter/excel/excrecds.cxx
@@ -706,7 +706,7 @@ bool XclExpAutofilter::AddEntry( const ScQueryEntry& rEntry 
)
     if (GetOutput() != EXC_OUTPUT_BINARY && rItems.size() > 1)
     {
         AddMultiValueEntry(rEntry);
-        return true;
+        return false;
     }
 
     bool bConflict = false;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to