diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-12 17:05:25 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-12 20:44:39 +0100 |
commit | 69b46d7a3b7cd1f0f398ec18583a7383deef25d8 (patch) | |
tree | 5b115527a5e5414c7c6532b75e5b345d900a98c9 /sot | |
parent | 4bb28ad217ea9d6511b6921dcd3d28328edcb4d6 (diff) |
Fix typos
Change-Id: Ibb94b2b16afbcca84dd55ae51fde6fd27afede3a
Reviewed-on: https://gerrit.libreoffice.org/63297
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 05027ed580b2..98633c9fec72 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -733,7 +733,7 @@ bool UCBStorageStream_Impl::Init() } else { - // if the new file is edited than no source exist + // if the new file is edited then no source exist m_bSourceRead = false; //SetError( SVSTREAM_CANNOT_MAKE ); } |