diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2012-02-14 15:43:00 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2012-02-14 15:44:00 +0100 |
commit | cf3c4f63d94b39c73858d3455ede1b10dac2fe7d (patch) | |
tree | 1d9b2b32fb303303087b636fdf8aeb8ff4b1c4c1 /offapi | |
parent | 3e41d0bf6a8d77ffa30889cf8b7ebdb5c7910792 (diff) |
plural right after all
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 abee6d219dbd..bf5563088653 100644 --- a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl +++ b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl @@ -64,7 +64,7 @@ arguments all have names such as fooPattern. Within a pattern String, "%" means match any substring of 0 or more characters, and "_" means match any one character. Only metadata entries matching the search pattern - is returned. If a search pattern argument is set to <VOID/>, + are returned. If a search pattern argument is set to <VOID/>, that argument's criteria will be dropped from the search. </p> <p> |