summaryrefslogtreecommitdiffstats
path: root/editeng/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-09 10:48:58 +0200
committerNoel Grandin <noel@peralex.com>2013-09-11 09:45:33 +0200
commitd178cb406bd08f86ec2cc9ddba35f24901f3f386 (patch)
tree7e344c2cf70da29567c3764b493c6f71cab4068e /editeng/source
parentconvert include/editeng/editstate.hxx from String to OUString (diff)
downloadcore-d178cb406bd08f86ec2cc9ddba35f24901f3f386.tar.gz
core-d178cb406bd08f86ec2cc9ddba35f24901f3f386.zip
convert include/editeng/editobj.hxx from String to OUString
Change-Id: I076ae20fb21accf8ff7e7fad096534e97ba7dab4
Diffstat (limited to 'editeng/source')
-rw-r--r--editeng/source/editeng/editobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/editobj.cxx b/editeng/source/editeng/editobj.cxx
index 22e0cc639f3e..a5e67e43df5a 100644
--- a/editeng/source/editeng/editobj.cxx
+++ b/editeng/source/editeng/editobj.cxx
@@ -234,7 +234,7 @@ sal_Int32 EditTextObject::GetParagraphCount() const
return mpImpl->GetParagraphCount();
}
-String EditTextObject::GetText(sal_Int32 nPara) const
+OUString EditTextObject::GetText(sal_Int32 nPara) const
{
return mpImpl->GetText(nPara);
}