Kaydet (Commit) 3153c581 authored tarafından Noel Grandin's avatar Noel Grandin

spelling Surregate->Surrogate

Change-Id: Ic7d79036f4e94a487c9b12edb18d6e4098938585
üst 553f10c7
......@@ -1091,7 +1091,7 @@ void EditTextObjectImpl::StoreData( SvStream& rOStream ) const
rOStream.WriteBool( bOwnerOfPool );
// First store the pool, later only the Surregate
// First store the pool, later only the Surrogate
if ( bOwnerOfPool )
{
GetPool()->SetFileFormatVersion( SOFFICE_FILEFORMAT_50 );
......@@ -1211,7 +1211,7 @@ void EditTextObjectImpl::StoreData( SvStream& rOStream ) const
rOStream.WriteUInt16( nAttribs );
// And the individual attributes
// Items as Surregate => always 8 bytes per Attribute
// Items as Surrogate => always 8 bytes per Attribute
// Which = 2; Surregat = 2; Start = 2; End = 2;
for (size_t nAttr = 0; nAttr < nAttribs; ++nAttr)
{
......@@ -1331,7 +1331,7 @@ void EditTextObjectImpl::CreateData( SvStream& rIStream )
}
// And the individual attributes
// Items as Surregate => always 8 bytes per Attributes
// Items as Surrogate => always 8 bytes per Attributes
// Which = 2; Surregat = 2; Start = 2; End = 2;
for (size_t nAttr = 0; nAttr < nAttribs; ++nAttr)
{
......
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