diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-25 00:42:27 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-25 07:07:25 +0200 |
commit | 5ccc8124a03cffca3a1848f754524a06a063cb51 (patch) | |
tree | 3456a0c42c38a1936680a4266fbb76c4d585025f /offapi | |
parent | ed882d693f37779e3a09641e7cd43b7a925d2312 (diff) |
Fix typos
Change-Id: I59a0fd175fa5185c15d093d2d9bed9f95bb4cfd5
Reviewed-on: https://gerrit.libreoffice.org/76280
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/document/TypeDetection.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/form/FormComponentType.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/ui/XImageManager.idl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/document/TypeDetection.idl b/offapi/com/sun/star/document/TypeDetection.idl index e5f1d94f1612..57e446bc3ccd 100644 --- a/offapi/com/sun/star/document/TypeDetection.idl +++ b/offapi/com/sun/star/document/TypeDetection.idl @@ -106,7 +106,7 @@ published service TypeDetection <td><em>URLPattern</em></td> <td>[sequence< string >]</td> <td>This list contains different URL patterns, which identify this type. - E.g. data base contents can be described by an new defined protocol like "sql://select*". + E.g. data base contents can be described by a new defined protocol like "sql://select*". In combination with a suitable com::sun::star::frame::FrameLoader or ImportFilter/ExportFilter it would be possible then, to layout a SQL query output into an office frame.</td> diff --git a/offapi/com/sun/star/form/FormComponentType.idl b/offapi/com/sun/star/form/FormComponentType.idl index 3da73576b949..cc5b361f87e8 100644 --- a/offapi/com/sun/star/form/FormComponentType.idl +++ b/offapi/com/sun/star/form/FormComponentType.idl @@ -76,7 +76,7 @@ published constants FormComponentType */ const short GRIDCONTROL = 11; - /** specifies an control which can be used to enter text, extended by an (user-startable) file dialog + /** specifies a control which can be used to enter text, extended by an (user-startable) file dialog to browse for files. */ const short FILECONTROL = 12; diff --git a/offapi/com/sun/star/ui/XImageManager.idl b/offapi/com/sun/star/ui/XImageManager.idl index 6a99b9936ee2..6f2725a6d5f6 100644 --- a/offapi/com/sun/star/ui/XImageManager.idl +++ b/offapi/com/sun/star/ui/XImageManager.idl @@ -141,7 +141,7 @@ interface XImageManager specifies the image type for this association operation. @param aCommandURLSequence - a sequence of command URLs which specify which commands get an new image. + a sequence of command URLs which specify which commands get a new image. @param aGraphicSequence a sequence of graphic objects which should be associated with the provided |