[Libreoffice-commits] core.git: 2 commits - extensions/source sax/test sc/source sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Aug 4 16:23:02 UTC 2018
extensions/source/ole/oleobjw.cxx | 2 +-
sax/test/sax/testsax.cxx | 2 +-
sc/source/filter/oox/stylesbuffer.cxx | 2 +-
sw/source/core/doc/docbm.cxx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit ebb2a0d7331b7830c0c6b56cc19431e9a9e43b85
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 4 12:49:15 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Aug 4 18:22:51 2018 +0200
Fix typos
Change-Id: Iaaf12d276fb890e5ac860e79c5dc196d7e8680d8
Reviewed-on: https://gerrit.libreoffice.org/58435
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx
index 00885662c659..9fb4801cadd8 100644
--- a/extensions/source/ole/oleobjw.cxx
+++ b/extensions/source/ole/oleobjw.cxx
@@ -1697,7 +1697,7 @@ Any IUnknownWrapper::invokeWithDispIdComTlb(FuncDesc& aFuncDesc,
dispparams.cArgs = aFuncDesc->cParams;
}
- //check if there are not to many arguments supplied
+ //check if there are not too many arguments supplied
if (::sal::static_int_cast< sal_uInt32, int >( nUnoArgs ) > dispparams.cArgs)
{
OUStringBuffer buf(256);
diff --git a/sc/source/filter/oox/stylesbuffer.cxx b/sc/source/filter/oox/stylesbuffer.cxx
index 95272cc9349d..2ff803dd596f 100644
--- a/sc/source/filter/oox/stylesbuffer.cxx
+++ b/sc/source/filter/oox/stylesbuffer.cxx
@@ -1936,7 +1936,7 @@ void Xf::importXf( const AttributeList& rAttribs, bool bCellXf )
// tdf#70565 Set proper default value to "0" of xfId attribute
// When xfId is not exist during .xlsx import
// it must have values set to "0".
- // Is is not impacts spreadsheets created with MS Excel,
+ // This doesn't impact spreadsheets created with MS Excel,
// as xfId attribute is always created during export to .xlsx
// Not setting "0" value is causing wrong .xlsx import by LibreOffice,
// for spreadsheets created by external applications (ex. SAP BI).
commit e952085cf75b847c9021fa6f5d81633b059b3eba
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 4 12:52:58 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Aug 4 18:22:41 2018 +0200
Fix typos
Change-Id: I7f90b7672665be0d8d5e47c6456433b06f88d5e0
Reviewed-on: https://gerrit.libreoffice.org/58553
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
diff --git a/sax/test/sax/testsax.cxx b/sax/test/sax/testsax.cxx
index 6b382befdab0..2ef67e9aae1f 100644
--- a/sax/test/sax/testsax.cxx
+++ b/sax/test/sax/testsax.cxx
@@ -40,7 +40,7 @@ using namespace ::com::sun::star::registry;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::xml::sax;
-// test szenarios
+// test scenarios
namespace sax_test {
diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx
index c4fcbf6087ff..ac55e203a51c 100644
--- a/sw/source/core/doc/docbm.cxx
+++ b/sw/source/core/doc/docbm.cxx
@@ -1134,7 +1134,7 @@ namespace sw { namespace mark
OUString sTmp;
// try the name "<rName>XXX" (where XXX is a number starting from 1) unless there is
- // a unused name. Due to performance-reasons (especially in mailmerge-Szenarios) there
+ // a unused name. Due to performance-reasons (especially in mailmerge-scenarios) there
// is a map m_aMarkBasenameMapUniqueOffset which holds the next possible offset (XXX) for
// rName (so there is no need to test for nCnt-values smaller than the offset).
sal_Int32 nCnt = 1;
More information about the Libreoffice-commits
mailing list