[Libreoffice-commits] core.git: Branch 'distro/nisz/libreoffice-7-1' - sc/qa
Gabor Kelemen (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 2 09:44:47 UTC 2021
sc/qa/unit/uicalc/uicalc.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e46b6fcb7941a83f7764830284501f4fd7e6aad2
Author: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
AuthorDate: Thu Sep 2 11:34:48 2021 +0200
Commit: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
CommitDate: Thu Sep 2 11:44:12 2021 +0200
Add missing include to compile unit test
Change-Id: I9cceec0f818dc1024a4d3b568e4e6e3fffe76219
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121508
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 55fc9615ce41..25297e9f8452 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -15,6 +15,7 @@
#include <comphelper/propertysequence.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/frame/Desktop.hpp>
+#include <dbdata.hxx>
#include <document.hxx>
#include <docuno.hxx>
#include <tabvwsh.hxx>
More information about the Libreoffice-commits
mailing list