diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-24 15:24:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-24 16:53:10 +0200 |
commit | 081d3a1b6702dc9a14c9df220424a25095d8d83a (patch) | |
tree | 381c903ddcf21da8f2c471c1eef4f87f1f905dfa /offapi | |
parent | 9fe881410909c5273cef517433411bc4eceee294 (diff) |
Fix typos
Change-Id: I9385704bea54ff504457f7ac1ec39ed98cfdaf97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101276
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sdbc/XDatabaseMetaData.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl index d36650d624d4..f1e0f327c629 100644 --- a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl +++ b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl @@ -2201,7 +2201,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface number of unique values in the index. </li> <li> - <b>PAGES</b> long => When TYPE is tableIndexStatisic then + <b>PAGES</b> long => When TYPE is tableIndexStatistic then this is the number of pages used for the table, otherwise it is the number of pages used for the current index. </li> |