diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-10 14:58:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-15 12:25:37 +0200 |
commit | 5a2e72a8f471d5f7b007f4ebf33a55d1c5a3235f (patch) | |
tree | f64ab1ad0610ea21c50366f0244a8b467e2e03ac /sw/inc | |
parent | d0da700e3e233dcc44b458207fcfaa2b8e2749e8 (diff) |
convert sw/inc/ftninfo.hxx from String to OUString
Change-Id: I90084b10c09be6eac80a2e6f44775ec7172f61cd
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/ftninfo.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ftninfo.hxx b/sw/inc/ftninfo.hxx index c88e0119b20d..a5f1e840ddea 100644 --- a/sw/inc/ftninfo.hxx +++ b/sw/inc/ftninfo.hxx @@ -90,8 +90,8 @@ class SW_DLLPUBLIC SwFtnInfo: public SwEndNoteInfo using SwEndNoteInfo::operator ==; public: - String aQuoVadis; - String aErgoSum; + OUString aQuoVadis; + OUString aErgoSum; SwFtnPos ePos; SwFtnNum eNum; |