svarray: #i112395#: SvXub_StrLens

This commit is contained in:
Bartosz Kosiorek
2010-10-05 20:01:23 +02:00
parent 7ea106f94c
commit 954bf6f546
10 changed files with 162 additions and 161 deletions

View File

@@ -102,7 +102,7 @@ void SwLayCacheImpl::Insert( USHORT nType, ULONG nIndex, xub_StrLen nOffset )
{
aType.Insert( nType, aType.Count() );
SvULongs::Insert( nIndex, SvULongs::Count() );
aOffset.Insert( nOffset, aOffset.Count() );
aOffset.push_back( nOffset );
}
BOOL SwLayCacheImpl::Read( SvStream& rStream )