[Libreoffice-commits] core.git: Branch 'distro/nisz/libreoffice-7-0' - sc/qa

Gabor Kelemen (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 22 15:22:57 UTC 2021


 sc/qa/unit/uicalc/uicalc.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 26fb144e8c77d86dd079b39bc55b0bd08a42db9c
Author:     Gabor Kelemen <kelemen.gabor2 at nisz.hu>
AuthorDate: Thu Apr 22 17:12:25 2021 +0200
Commit:     Gabor Kelemen <kelemen.gabor2 at nisz.hu>
CommitDate: Thu Apr 22 17:22:25 2021 +0200

    Fix missing header needed for unit test to compile
    
    Belonging to:
    tdf#123202 calc: fix sorting of autofiltered rows
    
    Change-Id: Ie9dc913170a27648b3721a4415a812d307d7bf82
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114512
    Tested-by: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
    Reviewed-by: Gabor Kelemen <kelemen.gabor2 at nisz.hu>

diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index 20be4ea98e28..d19103d0d261 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -12,6 +12,7 @@
 #include <LibreOfficeKit/LibreOfficeKitEnums.h>
 #include <vcl/scheduler.hxx>
 
+#include <comphelper/propertysequence.hxx>
 #include <comphelper/processfactory.hxx>
 #include <com/sun/star/frame/Desktop.hpp>
 #include <document.hxx>


More information about the Libreoffice-commits mailing list