summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2022-08-10 18:34:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-08-13 10:13:00 +0200
commit8d99841e2c2884d3305d1643b95f88f460bb8b6e (patch)
tree216aa69df00788c7e78f6a134ceb9838fcca2021 /sw/inc
parent0cedac9c64fe4d636be66d43d89c4c939865359b (diff)
pass SwNode instead of SwNodeIndex to SwNodes::MergeTable
part of the process of hiding the internals of SwPosition Change-Id: Ia3b2563c23aaaf86f58b56bcdd60ded3c9d8404f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138219 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/ndarr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index e95d5bf7e7dc..386b01aae663 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -293,7 +293,7 @@ public:
SwTableNode* SplitTable( const SwNodeIndex& rPos, bool bAfter = true,
bool bCalcNewSize = false );
/// Two Tables that are following one another are merged.
- bool MergeTable( const SwNodeIndex& rPos, bool bWithPrev = true,
+ bool MergeTable( SwNode& rPos, bool bWithPrev = true,
sal_uInt16 nMode = 0 );
/// Insert a new SwSection.