diff options
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> |