Kaydet (Commit) eb007bb6 authored tarafından Caolán McNamara's avatar Caolán McNamara

Make copy and pasting non-ascii text from editengine work again

regression since 80df5277

Change-Id: Ifcd8f97fdeb078be1884cfbd7175ab15ac30b23d
üst 9b18a49f
......@@ -1511,7 +1511,7 @@ void EditTextObjectImpl::CreateData( SvStream& rIStream )
{
rtl_uString *pStr = rtl_uString_alloc(nL);
rIStream.Read(pStr->buffer, nL*sizeof(sal_Unicode));
rC.GetText() = OUString(pStr, SAL_NO_ACQUIRE);
rC.SetText((OUString(pStr, SAL_NO_ACQUIRE)));
}
// StyleSheetName
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment