From ec3a14ba93ba0be49170afa979f299bbf9e24300 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Aug 2019 18:30:57 +0200 Subject: Fix typos Change-Id: Ia44a9dd214b5b09ed6f9c39b8057c41ae03897f1 Reviewed-on: https://gerrit.libreoffice.org/77285 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sot/source/sdstor/ucbstorage.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sot') diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index 591a22805946..0aa9fff0b3c9 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -896,7 +896,7 @@ sal_uInt64 UCBStorageStream_Impl::SeekPos(sal_uInt64 const nPos) if( m_pStream->Tell() > nPos || m_pStream->Seek( STREAM_SEEK_TO_END ) > nPos ) { - // no copiing is required + // no copying is required aResult = m_pStream->Seek( nPos ); } else @@ -2311,7 +2311,7 @@ void UCBStorage::SetClassId( const ClsId& rClsId ) if ( pImp->m_aClassId == SvGlobalName() ) return; - // in OLE storages the clipboard format an the user name will be transferred when a storage is copied because both are + // in OLE storages the clipboard format and the user name will be transferred when a storage is copied because both are // stored in one the substreams // UCB storages store the content type information as content type in the manifest file and so this information must be // kept up to date, and also the other type information that is hold only at runtime because it can be reconstructed from -- cgit