diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-16 11:34:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-17 15:15:10 +0200 |
commit | 5fa6a79864af82c9d60ddef0d618106a8214e431 (patch) | |
tree | d5f2266e62a832d3b801440ed6d2b597616f3e2f /sc | |
parent | f462a76f2bbaaaaaa79bf935a51bdf8cead25dbb (diff) |
Fix typos
Change-Id: If89ec640901253121529c09aef4537c6b13cee1d
Reviewed-on: https://gerrit.libreoffice.org/52280
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/filters-test.cxx | 4 | ||||
-rw-r--r-- | sc/source/filter/inc/xistream.hxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx index 0c4eeb808145..2a0afb4323aa 100644 --- a/sc/qa/unit/filters-test.cxx +++ b/sc/qa/unit/filters-test.cxx @@ -470,7 +470,7 @@ void ScFiltersTest::testLegacyCellAnchoredRotatedShape() { { // This example doc contains cell anchored shape that is rotated, the - // rotated shape is in fact clipped by the sheet boundries (and thus + // rotated shape is in fact clipped by the sheet boundaries (and thus // is a good edge case test to see if we import it still correctly) ScDocShellRef xDocSh = loadDoc("legacycellanchoredrotatedclippedshape.", FORMAT_ODS); @@ -496,7 +496,7 @@ void ScFiltersTest::testLegacyCellAnchoredRotatedShape() } { // This example doc contains cell anchored shape that is rotated, the - // rotated shape is in fact clipped by the sheet boundries, additionally + // rotated shape is in fact clipped by the sheet boundaries, additionally // the shape is completely hidden because the rows the shape occupies // are hidden ScDocShellRef xDocSh = loadDoc("legacycellanchoredrotatedhiddenshape.", FORMAT_ODS, true); diff --git a/sc/source/filter/inc/xistream.hxx b/sc/source/filter/inc/xistream.hxx index 47e78e7ad4cb..dabbbcfba759 100644 --- a/sc/source/filter/inc/xistream.hxx +++ b/sc/source/filter/inc/xistream.hxx @@ -259,7 +259,7 @@ private: initially enables it. DisableDecryption() may be used to stop the usage of the decryption temporarily (sometimes record contents are never encrypted, i.e. all BOF records or the stream position in BOUNDSHEET). Decryption will - be reenabled automatically, if a new record is started with the function + be re-enabled automatically, if a new record is started with the function StartNextRecord(). It is possible to store several stream positions inside a record (including |