diff options
3 files changed, 4 insertions, 4 deletions
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; } |