[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - sc/source
Szymon KÅos (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 7 10:00:44 UTC 2021
sc/source/ui/view/select.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 00bb3dbed8331adc3557f30fd9242e1f5cedc7b4
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Wed Oct 6 18:22:11 2021 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Oct 7 12:00:08 2021 +0200
Fix build in BeginDrag
Change-Id: I47b77fa87649cde9fa57e80da97642fb1647004f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123208
Tested-by: Szymon Kłos <szymon.klos at collabora.com>
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
diff --git a/sc/source/ui/view/select.cxx b/sc/source/ui/view/select.cxx
index 28d3133a0e49..3dcf178bd30f 100644
--- a/sc/source/ui/view/select.cxx
+++ b/sc/source/ui/view/select.cxx
@@ -30,6 +30,7 @@
#include <markdata.hxx>
#include <gridwin.hxx>
#include <sfx2/lokhelper.hxx>
+#include <comphelper/lok.hxx>
#if defined(_WIN32)
#define SC_SELENG_REFMODE_UPDATE_INTERVAL_MIN 65
More information about the Libreoffice-commits
mailing list