summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-21 09:34:13 +0200
committerNoel Grandin <noel@peralex.com>2016-09-21 09:34:13 +0200
commit3153c581e071188f5487fc805c7916ef8f508d91 (patch)
tree2131124c84f5dbdfe043af810941e4515e6b4b57 /editeng
parent553f10c71a2cc92f5f5890e24948f5277e3d2758 (diff)
spelling Surregate->Surrogate
Change-Id: Ic7d79036f4e94a487c9b12edb18d6e4098938585
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editobj.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/editeng/source/editeng/editobj.cxx b/editeng/source/editeng/editobj.cxx
index 45ec5957a330..6df0e418ea91 100644
--- a/editeng/source/editeng/editobj.cxx
+++ b/editeng/source/editeng/editobj.cxx
@@ -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)
{