summaryrefslogtreecommitdiff
path: root/sw/inc/ndtxt.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-10-06 15:36:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-10-06 20:37:48 +0200
commit2f3e958d7d1ee383793265d9a9e0d571fa80d64c (patch)
treeebdd1ac197cad3a98eee3f22d731dc485bac79a3 /sw/inc/ndtxt.hxx
parentc98388db265e380a7e933a38c7dc616705269f03 (diff)
use more SwPosition::GetNode
part of the process of hiding the internals of SwPosition Change-Id: Iecac4bd1e7836022182eba7c9b6d25bb827dbe5d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141019 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r--sw/inc/ndtxt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index a86b495515b0..9c773751537e 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -141,7 +141,7 @@ class SW_DLLPUBLIC SwTextNode final
/// Copies the attributes at nStart to pDest.
SAL_DLLPRIVATE void CopyAttr( SwTextNode *pDest, const sal_Int32 nStart, const sal_Int32 nOldPos);
- SAL_DLLPRIVATE SwTextNode* MakeNewTextNode( const SwNodeIndex&, bool bNext = true,
+ SAL_DLLPRIVATE SwTextNode* MakeNewTextNode( SwNode&, bool bNext = true,
bool bChgFollow = true );
SAL_DLLPRIVATE void CutImpl(