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@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
1ca7e41fa8
commit
d5ccf2fc5b
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue