diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-04-26 09:56:47 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-04-30 15:06:45 +0000 |
commit | fc2590cfa112222500a6c847917d7545f60024c6 (patch) | |
tree | 951f6a8e86c6d42672b9fe1e6e6cde3ee7eed152 /sot | |
parent | 783b02de3bc75cd0be1a6e919d4755a297fe7a84 (diff) |
Fix typos
Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73
Reviewed-on: https://gerrit.libreoffice.org/24317
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/ucbstorage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index 704be0047579..264eafb26eb8 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -947,7 +947,7 @@ sal_uInt64 UCBStorageStream_Impl::SeekPos(sal_uInt64 const nPos) else { // the problem is that even if nPos is larger the length - // of the stream the stream pointer will be moved to this position + // of the stream, the stream pointer will be moved to this position // so we have to check if temporary stream does not contain required position if( m_pStream->Tell() > nPos |