diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:30:57 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 11:43:04 +0200 |
commit | ec3a14ba93ba0be49170afa979f299bbf9e24300 (patch) | |
tree | a04d0d29389db1643549216aee0d52911cb767e4 /sot | |
parent | ba6519a800da9f105953436e3e70701850d4e3dc (diff) |
Fix typos
Change-Id: Ia44a9dd214b5b09ed6f9c39b8057c41ae03897f1
Reviewed-on: https://gerrit.libreoffice.org/77285
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/ucbstorage.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |