[Libreoffice-commits] core.git: offapi/com
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 27 06:44:06 UTC 2021
offapi/com/sun/star/sdb/ErrorCondition.idl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4d60fd1d480521df43120618736465628b540070
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Mon Apr 26 14:53:44 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Apr 27 08:43:24 2021 +0200
"with fail with..." => "will fail with..."
Change-Id: I184224e91b204f0819c9a2d53fcd0f88d9248158
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114663
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
Tested-by: Jenkins
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
More information about the Libreoffice-commits
mailing list