summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlftn.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-15 15:33:07 +0200
committerNoel Grandin <noel@peralex.com>2013-10-18 09:59:14 +0200
commit111c843ce392b58a1dd0c675dd4ef214535d817c (patch)
tree9dfec13df606b0fae47f3fa84897a7d50d9eaa26 /sw/source/filter/html/htmlftn.cxx
parent76ef39f0377f6105f658b9867c8a496e565b2a3a (diff)
convert sw/source/filter/html/*.cxx from String to OUString
Change-Id: I2ec64f459dca9389d709ba0cdf20a5c1ef34ad18
Diffstat (limited to 'sw/source/filter/html/htmlftn.cxx')
-rw-r--r--sw/source/filter/html/htmlftn.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlftn.cxx b/sw/source/filter/html/htmlftn.cxx
index 4083f436d46f..a9828dc5c656 100644
--- a/sw/source/filter/html/htmlftn.cxx
+++ b/sw/source/filter/html/htmlftn.cxx
@@ -411,7 +411,7 @@ OUString SwHTMLWriter::GetFootEndNoteSym( const SwFmtFtn& rFmtFtn )
pInfo = rFmtFtn.IsEndNote() ? &pDoc->GetEndNoteInfo()
: &pDoc->GetFtnInfo();
- String sRet;
+ OUString sRet;
if( pInfo )
sRet = pInfo->GetPrefix();
sRet += rFmtFtn.GetViewNumStr( *pDoc );