summaryrefslogtreecommitdiff
path: root/sw/source/core/access/parachangetrackinginfo.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-12 10:38:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-12 13:09:03 +0100
commitd908422f5763ed8ea79af81336ca564f46435baf (patch)
tree1ca43737a7ae7f53d291348dd885e0a8855e40f3 /sw/source/core/access/parachangetrackinginfo.cxx
parent16a53253e5991de8d44679157c29d58bb431eb2c (diff)
Related: fdo#38838 remove XubString alias
Change-Id: I29efbe2bee94c0059f5a2e3dc4d163375e439e1a
Diffstat (limited to 'sw/source/core/access/parachangetrackinginfo.cxx')
-rw-r--r--sw/source/core/access/parachangetrackinginfo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/parachangetrackinginfo.cxx b/sw/source/core/access/parachangetrackinginfo.cxx
index fa9abed1bb12..66b6db15ff7a 100644
--- a/sw/source/core/access/parachangetrackinginfo.cxx
+++ b/sw/source/core/access/parachangetrackinginfo.cxx
@@ -72,7 +72,7 @@ namespace {
: 0;
const xub_StrLen nTxtFrmTextEndPos = rTxtFrm.HasFollow()
? rTxtFrm.GetFollow()->GetOfst()
- : rTxtFrm.GetTxt().Len();
+ : rTxtFrm.GetTxt().getLength();
// iteration over the redlines which overlap with the text node.
const SwRedlineTbl& rRedlineTbl = pIDocChangeTrack->GetRedlineTbl();