summaryrefslogtreecommitdiffstats
path: root/sot
diff options
context:
space:
mode:
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/ucbstorage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx
index 51e36cf714c8..9d3e66ab648c 100644
--- a/sot/source/sdstor/ucbstorage.cxx
+++ b/sot/source/sdstor/ucbstorage.cxx
@@ -3160,7 +3160,7 @@ OUString UCBStorage::GetLinkedFile( SvStream &rStream )
rStream.ReadUInt32( nBytes );
if( nBytes == 0x04034b50 )
{
- OString aTmp = read_lenPrefixed_uInt8s_ToOString<sal_uInt16>(rStream);
+ OString aTmp = read_uInt16_lenPrefixed_uInt8s_ToOString(rStream);
if (aTmp.match("ContentURL="))
{
aString = OStringToOUString(aTmp.copy(11), RTL_TEXTENCODING_UTF8);