[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 27 10:34:25 UTC 2018


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

New commits:
commit 316e43730713b6c69318f8d4f1d093fcc862d5b7
Author:     Noel Grandin <noelgrandin at gmail.com>
AuthorDate: Wed Dec 26 20:57:31 2018 +0200
Commit:     Noel Grandin <noel.grandin at 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.grandin at collabora.co.uk>
    (cherry picked from commit d080cd838c7ab182e70ed5e8c1deff10b2306f24)
    Reviewed-on: https://gerrit.libreoffice.org/65635
    Reviewed-by: Xisco FaulĂ­ <xiscofauli at libreoffice.org>
    Tested-by: Xisco FaulĂ­ <xiscofauli at 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;


More information about the Libreoffice-commits mailing list