From 16a2e903356520c90a9bf91c47265f79be12e74a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 17 Jan 2014 08:48:50 +0200 Subject: remove SvStream::operator<< methods .. and convert the last few places still using those methods. Change-Id: Id2cd8f9c0dd281df43af439d4fef65881f34a6fd Reviewed-on: https://gerrit.libreoffice.org/7495 Tested-by: LibreOffice gerrit bot Reviewed-by: Michael Stahl --- sot/source/sdstor/ucbstorage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot') diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index 800134e3910b..4c6e4ef85e9b 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -3228,7 +3228,7 @@ OUString UCBStorage::CreateLinkFile( const OUString& rName ) // store it as key/value pair OUString aLink = "ContentURL=" + aURL; - write_lenPrefixed_uInt8s_FromOUString(*pStream, aLink, RTL_TEXTENCODING_UTF8); + write_uInt16_lenPrefixed_uInt8s_FromOUString(*pStream, aLink, RTL_TEXTENCODING_UTF8); pStream->Flush(); // move the stream to its desired location -- cgit