[Libreoffice-commits] core.git: cppu/IwyuFilter_cppu.yaml filter/qa odk/examples
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Feb 24 18:31:33 UTC 2020
cppu/IwyuFilter_cppu.yaml | 4 ++--
filter/qa/complex/filter/detection/typeDetection/TypeDetection.java | 2 +-
odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.cxx | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit d5ccf2fc5bc335f91ec40f918f2204b62252be85
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Feb 24 16:01:00 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Feb 24 19:30:59 2020 +0100
Fix typo
to complete:
https://gerrit.libreoffice.org/c/core/+/89082
Change-Id: I8363f05f15c8d4ef032ccc8d469dc29231d74ca7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89360
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/cppu/IwyuFilter_cppu.yaml b/cppu/IwyuFilter_cppu.yaml
index 453e57e876af..a6ffcd3df220 100644
--- a/cppu/IwyuFilter_cppu.yaml
+++ b/cppu/IwyuFilter_cppu.yaml
@@ -17,10 +17,10 @@ blacklist:
# Needed by the implementation of Environment_initWithEnterable
- cppu/helper/purpenv/Environment.hxx
cppu/source/threadpool/current.cxx:
- # FIXME removing this make linking fail in binaryurp
+ # FIXME removing this makes linking fail in binaryurp
- uno/current_context.h
cppu/source/threadpool/threadident.cxx:
# Don't replace hxx -> h in URE API
- rtl/byteseq.hxx
- # FIXME removing this make linking fail in binaryurp
+ # FIXME removing this makes linking fail in binaryurp
- uno/threadpool.h
diff --git a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
index ea5a54c102c2..2c7a6934aea2 100644
--- a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
+++ b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
@@ -109,7 +109,7 @@ import util.utils;
* <H3><A name="preselectedFilter.csv"</a>
* <code>preselectedFilter.csv</code></H3>
* In this file you can choose a special
- * filter to detect the document. This make sense ie. for csv-files: You can
+ * filter to detect the document. This makes sense ie. for csv-files: You can
* open csv files as Writer or as Calc. To check this case you have to specify
* in <code>csv.files</code> a fileAlias like ?csv_writer? and ?csv_calc? with
* the same fileURL and its specific defaultFileType.
diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.cxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.cxx
index e5cd379b3296..348af271dda1 100644
--- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.cxx
+++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.cxx
@@ -61,7 +61,7 @@ sal_Int32 SAL_CALL OResultSetMetaData::getColumnType( sal_Int32 column ) throw(S
sal_Int32 SAL_CALL OResultSetMetaData::getColumnCount( ) throw(SQLException, RuntimeException)
{
- // this make no sense here so you have to change this
+ // this makes no sense here so you have to change this
return 0;
}
More information about the Libreoffice-commits
mailing list