diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-10-23 16:11:41 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-10-24 08:41:32 +0200 |
commit | bf16bbd105d1b78d3d3611e21d44b412efb50f09 (patch) | |
tree | 7165bf558ba10a9a4a8e0b33a5e7ca659f6bdd74 /offapi | |
parent | 624f01b02569f0a514b357a4d591b8526c3f73f2 (diff) |
Fix typo
Change-Id: Ib40f9fa2d618cf4400a814d1d6e222768bf7bba0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175505
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sdbc/XDatabaseMetaData3.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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> * |