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:
Andrea Gelmini 2020-02-24 16:01:00 +01:00 committed by Julien Nabet
parent 1ca7e41fa8
commit d5ccf2fc5b
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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.

View file

@ -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;
}