summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/dbgoutsw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/dbgoutsw.cxx')
-rw-r--r--sw/source/core/doc/dbgoutsw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/dbgoutsw.cxx b/sw/source/core/doc/dbgoutsw.cxx
index b7956df30cc9..d95ea954fe73 100644
--- a/sw/source/core/doc/dbgoutsw.cxx
+++ b/sw/source/core/doc/dbgoutsw.cxx
@@ -317,7 +317,7 @@ static OUString lcl_dbg_out(const SwPosition & rPos)
{
OUString aStr =
"( " +
- OUString::number(sal_Int32(rPos.nNode.GetIndex())) +
+ OUString::number(sal_Int32(rPos.GetNodeIndex())) +
", " +
OUString::number(rPos.nContent.GetIndex()) +
": " +