summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-23 10:26:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-23 20:45:17 +0200
commitb6311393b5a01eee500b1ebe440bce60939aaead (patch)
tree2da743b5fb32645a8b579825410ba456b4316215 /svx/source/inc
parent6afd1e3c06e476a01c25032d3d95ed7e624b58e0 (diff)
weld AbsolutePos
Change-Id: I273d01bb5d8bf1a1d2dc9066b0c9f099bf115e32 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99311 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/gridcell.hxx1
-rw-r--r--svx/source/inc/tbxform.hxx2
2 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx
index 2f57874c779b..669d1d6095a8 100644
--- a/svx/source/inc/gridcell.hxx
+++ b/svx/source/inc/gridcell.hxx
@@ -22,6 +22,7 @@
#include <memory>
#include <svx/gridctrl.hxx>
+#include <vcl/edit.hxx>
#include "sqlparserclient.hxx"
diff --git a/svx/source/inc/tbxform.hxx b/svx/source/inc/tbxform.hxx
index a167b51d42ea..cd8f7e037502 100644
--- a/svx/source/inc/tbxform.hxx
+++ b/svx/source/inc/tbxform.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_SVX_SOURCE_INC_TBXFORM_HXX
#include <sfx2/tbxctrl.hxx>
-#include <svx/recorditemwindow.hxx>
+#include <svtools/recorditemwindow.hxx>
class SvxFmAbsRecWin final : public RecordItemWindow
{