offapi/com/sun/star/sdbc/XDatabaseMetaData3.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit bf16bbd105d1b78d3d3611e21d44b412efb50f09 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Oct 23 16:11:41 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Oct 24 08:41:32 2024 +0200 Fix typo Change-Id: Ib40f9fa2d618cf4400a814d1d6e222768bf7bba0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175505 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/offapi/com/sun/star/sdbc/XDatabaseMetaData3.idl b/offapi/com/sun/star/sdbc/XDatabaseMetaData3.idl index 1f92bc754881..d1d741ceaab1 100644 --- a/offapi/com/sun/star/sdbc/XDatabaseMetaData3.idl +++ b/offapi/com/sun/star/sdbc/XDatabaseMetaData3.idl @@ -181,7 +181,7 @@ interface XDatabaseMetaData3 : XDatabaseMetaData2 * </UL> * <LI><B>SPECIFIC_NAME</B> String {@code =>} the name which uniquely identifies * this function within its schema. This is a user specified, or DBMS - * generated, name that may be different then the {@code FUNCTION_NAME} + * generated, name that may be different from the {@code FUNCTION_NAME} * for example with overload functions * </OL> * <p> @@ -268,7 +268,7 @@ interface XDatabaseMetaData3 : XDatabaseMetaData2 * </UL> * <LI><B>SPECIFIC_NAME</B> String {@code =>} the name which uniquely identifies * this function within its schema. This is a user specified, or DBMS - * generated, name that may be different then the {@code FUNCTION_NAME} + * generated, name that may be different from the {@code FUNCTION_NAME} * for example with overload functions * </OL> *