summaryrefslogtreecommitdiff
path: root/include/editeng/svxrtf.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-12 17:19:48 +0200
committerNoel Grandin <noel@peralex.com>2013-08-15 09:11:33 +0200
commit33eeb70011b34a3b04a74b2237d1d6fdde030c35 (patch)
tree02185ff85c69ea96bd8ba744facbb8974c4415a6 /include/editeng/svxrtf.hxx
parent78b2f4be915b7dd9bfabe34162163b362f0a2141 (diff)
convert include/svtools/svparser.hxx from String to OUString
Change-Id: I4d6196a9a96ad1dd236f8622a523b4702e92d76f
Diffstat (limited to 'include/editeng/svxrtf.hxx')
-rw-r--r--include/editeng/svxrtf.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index 56a124067179..175a750e6e82 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -246,7 +246,7 @@ protected:
virtual void InsertPara() = 0;
- String& DelCharAtEnd( String& rStr, const sal_Unicode cDel );
+ OUString& DelCharAtEnd( OUString& rStr, const sal_Unicode cDel );
// is called for each token that is recognized in CallParser
virtual void NextToken( int nToken );