summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterTextView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterTextView.cxx')
-rw-r--r--sdext/source/presenter/PresenterTextView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterTextView.cxx b/sdext/source/presenter/PresenterTextView.cxx
index 4463ea236c10..8073190a39d3 100644
--- a/sdext/source/presenter/PresenterTextView.cxx
+++ b/sdext/source/presenter/PresenterTextView.cxx
@@ -788,7 +788,7 @@ sal_Unicode PresenterTextParagraph::GetCharacter (
}
else
{
- return msParagraphText.getStr()[nGlobalCharacterIndex - mnCharacterOffset];
+ return msParagraphText[nGlobalCharacterIndex - mnCharacterOffset];
}
}