summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2021-04-22 17:12:25 +0200
committerGabor Kelemen <kelemen.gabor2@nisz.hu>2021-04-22 17:22:25 +0200
commit26fb144e8c77d86dd079b39bc55b0bd08a42db9c (patch)
treebeef107684fa1cc8aa2a049e7dcabaefb4825f19
parent0fde09cbce71a0083e6935bb8f2483ee658cbb5e (diff)
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@nisz.hu> Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
-rw-r--r--sc/qa/unit/uicalc/uicalc.cxx1
1 files changed, 1 insertions, 0 deletions
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>