diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-04-26 14:53:44 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-04-27 08:43:24 +0200 |
commit | 4d60fd1d480521df43120618736465628b540070 (patch) | |
tree | e822dba6aaa7c1a9906533677f36817aef895477 /offapi | |
parent | f5a95eb32f32c44359d6e9c26dd97cecb0b207a9 (diff) |
"with fail with..." => "will fail with..."
Change-Id: I184224e91b204f0819c9a2d53fcd0f88d9248158
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114663
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sdb/ErrorCondition.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdb/ErrorCondition.idl b/offapi/com/sun/star/sdb/ErrorCondition.idl index 4618c7475d77..d70aed3877f8 100644 --- a/offapi/com/sun/star/sdb/ErrorCondition.idl +++ b/offapi/com/sun/star/sdb/ErrorCondition.idl @@ -143,7 +143,7 @@ constants ErrorCondition <p>Some database drivers are not able to <code>SELECT</code> from a table if the statement does not contain a <code>WHERE</code> clause. In this case, a statement - like <code>SELECT * FROM "table"</code> with fail with the error code + like <code>SELECT * FROM "table"</code> will fail with the error code <code>DATA_CANNOT_SELECT_UNFILTERED</code>.</p> <p>It is also legitimate for the driver to report this error condition as warning, and provide |