diff options
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/editobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/editobj.cxx b/editeng/source/editeng/editobj.cxx index 8b459e3dae68..14eebcfbcf45 100644 --- a/editeng/source/editeng/editobj.cxx +++ b/editeng/source/editeng/editobj.cxx @@ -1185,7 +1185,7 @@ void EditTextObjectImpl::CreateData( SvStream& rIStream ) // And the individual attributes // Items as Surrogate => always 8 bytes per Attributes - // Which = 2; Surregat = 2; Start = 2; End = 2; + // Which = 2; Surrogate = 2; Start = 2; End = 2; for (size_t nAttr = 0; nAttr < nAttribs; ++nAttr) { sal_uInt16 _nWhich(0), nStart(0), nEnd(0); |