diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-28 06:48:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-28 10:56:59 +0000 |
commit | f7aaf5c42ebe980a86abc799bffc7d504c9a1be4 (patch) | |
tree | 03f1e6389cbbba39a4476a3db19d2f1526dfb814 /tools/inc | |
parent | 34d71c5a08639f6255704be0d4a7df2b6cf6c13f (diff) |
convert some low hanging fruit
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/stream.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx index 0f2456b4acb9..a8bde29558d4 100644 --- a/tools/inc/tools/stream.hxx +++ b/tools/inc/tools/stream.hxx @@ -407,7 +407,7 @@ public: sal_Bool ReadUniStringLine( String& rStr ); /// Read a 32bit length prefixed sequence of utf-16 if eSrcCharSet==RTL_TEXTENCODING_UNICODE, /// otherwise read a 16bit length prefixed sequence of bytes and convert from eSrcCharSet - String ReadUniOrByteString(rtl_TextEncoding eSrcCharSet); + rtl::OUString ReadUniOrByteString(rtl_TextEncoding eSrcCharSet); /// Write a 32bit length prefixed sequence of utf-16 if eSrcCharSet==RTL_TEXTENCODING_UNICODE, /// otherwise convert to eSrcCharSet and write a 16bit length prefixed sequence of bytes SvStream& WriteUniOrByteString( const UniString& rStr, rtl_TextEncoding eDestCharSet ); |