summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2016-12-27 18:11:43 +0100
committerEike Rathke <erack@redhat.com>2017-01-03 13:46:21 +0000
commit36cf76c7e98fb6a16980efb1ac801c8d0d99996b (patch)
tree2cf703f046cd51f975e47764c5b9428a268e206b
parent803f4743372aa51be123533115afa97a47336d54 (diff)
Typos
Change-Id: I487db955caff589b9f62c50b83067628bb768d50 Reviewed-on: https://gerrit.libreoffice.org/32460 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
-rw-r--r--oox/source/dump/xlsbdumper.ini2
-rw-r--r--sc/source/core/data/table2.cxx2
-rw-r--r--sw/source/filter/ww8/ww8par2.cxx4
3 files changed, 4 insertions, 4 deletions
diff --git a/oox/source/dump/xlsbdumper.ini b/oox/source/dump/xlsbdumper.ini
index 29e3b4ec6809..e4b5f920edc6 100644
--- a/oox/source/dump/xlsbdumper.ini
+++ b/oox/source/dump/xlsbdumper.ini
@@ -952,7 +952,7 @@ end
constlist=PTPAGEFIELD-ITEM
default=
- 0x001000FE=mutiple-items
+ 0x001000FE=multiple-items
end
flagslist=PTPAGEFIELD-FLAGS
diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index defa169836fe..f94e732d74db 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -3542,7 +3542,7 @@ void ScTable::DoAutoOutline( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SC
void ScTable::CopyData( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
SCCOL nDestCol, SCROW nDestRow, SCTAB nDestTab )
{
- //TODO: if used for multipe rows, optimize after columns!
+ //TODO: if used for multiple rows, optimize after columns!
ScAddress aSrc( nStartCol, nStartRow, nTab );
ScAddress aDest( nDestCol, nDestRow, nDestTab );
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index f4f054ba1d4c..32290d9e7ded 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -735,8 +735,8 @@ void SwWW8ImplReader::SetAnlvStrings(SwNumFormat &rNum, WW8_ANLV const &rAV,
sP += sText.copy( rAV.cbTextBefore, rAV.cbTextAfter);
rNum.SetSuffix( sP );
}
-// The characters before and after multipe digits do not apply because
-// those are handled different by the writer and the result is in most
+// The characters before and after multiple digits do not apply because
+// those are handled differently by the writer and the result is in most
// cases worse than without.
}
}