summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlftn.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-10 12:06:40 +0200
committerNoel Grandin <noel@peralex.com>2013-10-15 12:25:31 +0200
commite1cebdd841cd87f7b73b617eff0bc0d719ab95fd (patch)
treea733618589df44aa685dd749d2c465986bd16c75 /sw/source/filter/html/htmlftn.cxx
parent9285f8de9bc654dcb6a7de4891239276233adb2a (diff)
convert sw/source/filter/html/*.hxx from String to OUString
Change-Id: Idb409a930b2f93fc862fdd62352c38365751bd34
Diffstat (limited to 'sw/source/filter/html/htmlftn.cxx')
-rw-r--r--sw/source/filter/html/htmlftn.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmlftn.cxx b/sw/source/filter/html/htmlftn.cxx
index 5609ebdf6bd0..94f0194f7ab4 100644
--- a/sw/source/filter/html/htmlftn.cxx
+++ b/sw/source/filter/html/htmlftn.cxx
@@ -404,7 +404,7 @@ void SwHTMLWriter::OutFootEndNotes()
nFootNote = nEndNote = 0;
}
-String SwHTMLWriter::GetFootEndNoteSym( const SwFmtFtn& rFmtFtn )
+OUString SwHTMLWriter::GetFootEndNoteSym( const SwFmtFtn& rFmtFtn )
{
const SwEndNoteInfo * pInfo = 0;
if( rFmtFtn.GetNumStr().isEmpty() )
@@ -422,7 +422,7 @@ String SwHTMLWriter::GetFootEndNoteSym( const SwFmtFtn& rFmtFtn )
}
void SwHTMLWriter::OutFootEndNoteSym( const SwFmtFtn& rFmtFtn,
- const String& rNum,
+ const OUString& rNum,
sal_uInt16 nScript )
{
const SwEndNoteInfo *pInfo;