summaryrefslogtreecommitdiff
path: root/sd/source/ui/annotations
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-14 13:44:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-14 16:10:09 +0100
commit96f24b9cc07d3b83618811434e4cfcac515f8aa1 (patch)
tree149297f843e0d588bcc4316a8955165a3cdc1b9f /sd/source/ui/annotations
parentaab7a316dc127f71e530552cebfb34d5b8f5fa19 (diff)
XubString->OUString
Change-Id: I9ccb06134dfadd9bf1ecb8e5edcd24c02980b754
Diffstat (limited to 'sd/source/ui/annotations')
-rw-r--r--sd/source/ui/annotations/annotationmanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx
index 5baa4bae1f2a..a6128cb9f0e8 100644
--- a/sd/source/ui/annotations/annotationmanager.cxx
+++ b/sd/source/ui/annotations/annotationmanager.cxx
@@ -487,7 +487,7 @@ void AnnotationManagerImpl::ExecuteReplyToAnnotation( SfxRequest& rReq )
ESelection aSel;
aSel.nEndPara = pOutliner->GetParagraphCount()-2;
- aSel.nEndPos = pOutliner->GetText( pOutliner->GetParagraph( aSel.nEndPara ) ).Len();
+ aSel.nEndPos = pOutliner->GetText( pOutliner->GetParagraph( aSel.nEndPara ) ).getLength();
pOutliner->QuickSetAttribs( aAnswerSet, aSel );
}