diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2022-09-04 08:28:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-05 08:54:08 +0200 |
commit | 1dd58b8bc136b6867fbcea5adbfdc82ff685f129 (patch) | |
tree | aede084c61d2dc9a31e41f7a12f093767e63dea4 /sw/inc/ndarr.hxx | |
parent | 262df14af32be6855b276dcf7548d3b233076ec6 (diff) |
use more SwPosition::Assign
part of hiding the internals of SwPosition
Change-Id: Ib9012888a7d75e75a9301ac612349ed28d02a8a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139359
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r-- | sw/inc/ndarr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx index a3fe64b5cc15..b7fd0bb2e078 100644 --- a/sw/inc/ndarr.hxx +++ b/sw/inc/ndarr.hxx @@ -303,7 +303,7 @@ public: SwSectionFormat& rSectionFormat, SwSectionData const&, SwTOXBase const*const pTOXBase, - SwNodeIndex const*const pEnd, + SwNode const * pEndNd, bool const bInsAtStart = true, bool const bCreateFrames = true); |