[Libreoffice-commits] core.git: oox/source sc/source sw/source
Julien Nabet
serval2412 at yahoo.fr
Tue Jan 3 13:46:44 UTC 2017
oox/source/dump/xlsbdumper.ini | 2 +-
sc/source/core/data/table2.cxx | 2 +-
sw/source/filter/ww8/ww8par2.cxx | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 36cf76c7e98fb6a16980efb1ac801c8d0d99996b
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Tue Dec 27 18:11:43 2016 +0100
Typos
Change-Id: I487db955caff589b9f62c50b83067628bb768d50
Reviewed-on: https://gerrit.libreoffice.org/32460
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Eike Rathke <erack at redhat.com>
diff --git a/oox/source/dump/xlsbdumper.ini b/oox/source/dump/xlsbdumper.ini
index 29e3b4e..e4b5f92 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 defa169..f94e732 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 f4f054b..32290d9 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.
}
}
More information about the Libreoffice-commits
mailing list