summaryrefslogtreecommitdiff
path: root/svx/source/table/tablerow.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2023-05-01 21:43:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-05-02 12:15:35 +0200
commit7a1f2f0b9906228ce970d48fef29dd25cd4cc55b (patch)
tree6e253b962e05261a3ac8e43090587bc1826b5de1 /svx/source/table/tablerow.cxx
parent41e3d2c936f008d010a64c00904539eed2392551 (diff)
use more specific class in sdr::table::Cell
mpProperties always points at a CellProperties object. Change-Id: Ie78d015a23b48c5b40cbf3564974870e49a0b2af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151239 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/table/tablerow.cxx')
-rw-r--r--svx/source/table/tablerow.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/table/tablerow.cxx b/svx/source/table/tablerow.cxx
index 5ea999413c3d..90fa84acb9c9 100644
--- a/svx/source/table/tablerow.cxx
+++ b/svx/source/table/tablerow.cxx
@@ -24,6 +24,7 @@
#include <cell.hxx>
#include "tablerow.hxx"
#include "tableundo.hxx"
+#include <sdr/properties/cellproperties.hxx>
#include <svx/svdmodel.hxx>
#include <svx/svdotable.hxx>
#include <utility>