diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-04-30 17:30:50 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-01 09:51:41 +0000 |
commit | 506c929a0a209acd8ba3b1e3e94f089f51d01c16 (patch) | |
tree | d9d706d1c4ebbbc7fb485997921f1f4bd4777e1a /svl | |
parent | b0388ef109a70c51566153a1456c52276ac84906 (diff) |
Fix typos
Change-Id: Ifb7c33d6052efe5ea8a1e0e10b3178073cd29ca0
Reviewed-on: https://gerrit.libreoffice.org/24536
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/filerec/filerec.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/filerec/filerec.cxx b/svl/source/filerec/filerec.cxx index 4556d2c4c14e..b4febf724453 100644 --- a/svl/source/filerec/filerec.cxx +++ b/svl/source/filerec/filerec.cxx @@ -97,7 +97,7 @@ sal_uInt32 SfxMiniRecordWriter::Close(bool bSeekToEndOfRec) } /** - Internal method for belatedly processsing a header read externally. + Internal method for belatedly processing a header read externally. If the header corresponds to an End-Of-Record tag, an error code is set on the stream and sal_False is returned. But the stream will not be reset to the record start in case of an error. |