[Libreoffice-commits] core.git: 2 commits - compilerplugins/clang registry/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jun 7 05:08:24 UTC 2019
compilerplugins/clang/typedefparam.cxx | 6 +++---
registry/source/reflread.hxx | 2 +-
registry/source/reflwrit.hxx | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 94be791d321e22dbb83d7d1b718c8c967f790b8b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jun 6 16:33:07 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jun 7 07:07:55 2019 +0200
Fix typos
Change-Id: Iec0824418063fa4d146d9d48f3c74561fc0c5a67
Reviewed-on: https://gerrit.libreoffice.org/73631
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/registry/source/reflread.hxx b/registry/source/reflread.hxx
index e35e3e03e346..5fc428212c03 100644
--- a/registry/source/reflread.hxx
+++ b/registry/source/reflread.hxx
@@ -23,7 +23,7 @@
#include <registry/refltype.hxx>
#include <rtl/ustring.hxx>
-/// Implememetation handle
+/// Implementation handle
typedef void* TypeReaderImpl;
/** RegistryTypeReades reads a binary type blob.
diff --git a/registry/source/reflwrit.hxx b/registry/source/reflwrit.hxx
index 6ea4d0e3a925..0a985ff4b4d4 100644
--- a/registry/source/reflwrit.hxx
+++ b/registry/source/reflwrit.hxx
@@ -25,7 +25,7 @@
class RTConstValue;
-/// Implememetation handle
+/// Implementation handle
typedef void* TypeWriterImpl;
/** RegistryTypeWriter writes/creates a binary type blob.
commit a9d67bbb4bf0c1854081a78dc362dc9dac9c92e0
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jun 6 16:30:51 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jun 7 07:07:36 2019 +0200
Fix typos
Change-Id: If9d52bd769d96865a3fbfdda1f339bbd0f8c3ca3
Reviewed-on: https://gerrit.libreoffice.org/73633
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/compilerplugins/clang/typedefparam.cxx b/compilerplugins/clang/typedefparam.cxx
index 60c413f37988..0b7a74ba1696 100644
--- a/compilerplugins/clang/typedefparam.cxx
+++ b/compilerplugins/clang/typedefparam.cxx
@@ -258,9 +258,9 @@ static bool areTypesEqual(QualType lhs, QualType rhs)
//
// typedef __darwin_size_t size_t;
//
- // where __darwin_size_t is a typedef for long unsigned int, too, so that, depening on the
- // order in which those two files get inclued, either of those two typedefs can act as a
- // redeclaration of the other one. However, areTypesEqual would unhelpfuly consider such
+ // where __darwin_size_t is a typedef for long unsigned int, too, so that, depending on the
+ // order in which those two files get included, either of those two typedefs can act as a
+ // redeclaration of the other one. However, areTypesEqual would unhelpfully consider such
// different occurrences of size_t to be non-equal, so filter them out here. And, at least
// with my libcxx trunk .../include/c++/v1/cstddef, std::size_t is a using declaration that
// brings size_t from the global namespace into namespace std, so that the above checks for
More information about the Libreoffice-commits
mailing list