diff options
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/stgole.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgole.cxx b/sot/source/sdstor/stgole.cxx index acec45204eac..1615bd2feda5 100644 --- a/sot/source/sdstor/stgole.cxx +++ b/sot/source/sdstor/stgole.cxx @@ -130,7 +130,7 @@ bool StgCompObjStream::Load() //all platforms and envs //https://bz.apache.org/ooo/attachment.cgi?id=68668 //for a good edge-case example - m_aUserName = nStrLen ? OUString( p.get(), nStrLen, RTL_TEXTENCODING_MS_1252 ) : OUString(); + m_aUserName = OUString(p.get(), nStrLen, RTL_TEXTENCODING_MS_1252); m_nCbFormat = ReadClipboardFormat( *this ); } else |