sw/source/core/doc/docedt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2fccedec09c98d4a1c23ae831ce43db0dd936052
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Sat Oct 8 07:53:39 2022 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Sat Oct 8 16:44:02 2022 +0200

    use more SwPosition::GetNode
    
    part of the process of hiding the internals of SwPosition
    
    Change-Id: Ic618f4fea85dccfa31abba3efb3c0afd1994a90f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141096
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sw/source/core/doc/docedt.cxx b/sw/source/core/doc/docedt.cxx
index daf3a00d83dd..eb9b5a85a2b0 100644
--- a/sw/source/core/doc/docedt.cxx
+++ b/sw/source/core/doc/docedt.cxx
@@ -78,7 +78,7 @@ void RestFlyInRange( SaveFlyArr & rArr, const SwPosition& 
rStartPos,
             }
             else
             {
-                aPos.Assign(rStartPos.nNode);
+                aPos.Assign(rStartPos.GetNode());
                 assert(aPos.GetNode().GetContentNode());
             }
         }

Reply via email to