diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-09 10:48:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-11 09:45:33 +0200 |
commit | d178cb406bd08f86ec2cc9ddba35f24901f3f386 (patch) | |
tree | 7e344c2cf70da29567c3764b493c6f71cab4068e /include/editeng | |
parent | fbffa4e79a58eb4fe175369945ced653070189f7 (diff) |
convert include/editeng/editobj.hxx from String to OUString
Change-Id: I076ae20fb21accf8ff7e7fad096534e97ba7dab4
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/editobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/editobj.hxx b/include/editeng/editobj.hxx index 4dd026cf52cd..cdb8fbb3a434 100644 --- a/include/editeng/editobj.hxx +++ b/include/editeng/editobj.hxx @@ -90,7 +90,7 @@ public: sal_Int32 GetParagraphCount() const; - String GetText(sal_Int32 nPara) const; + OUString GetText(sal_Int32 nPara) const; void ClearPortionInfo(); |