diff options
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; |