diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 19:50:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 15:06:09 +0200 |
commit | ba17fe467d41f17395e607ed092af992c9ac84cb (patch) | |
tree | 2170b749e96707440e32d920e1b255bc74da68ca /offapi | |
parent | 325ef6cc363c0584f4b277bc4787f514e277444d (diff) |
Fix typos
Change-Id: I62b669b85e2380df2a6efa05764f21405e7eb2ae
Reviewed-on: https://gerrit.libreoffice.org/77318
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/PushButtonType.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/awt/XItemListListener.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/awt/grid/UnoControlGridModel.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/awt/tree/XTreeControl.idl | 6 |
4 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/PushButtonType.idl b/offapi/com/sun/star/awt/PushButtonType.idl index c5ee36ea9a9f..ad77a2e68985 100644 --- a/offapi/com/sun/star/awt/PushButtonType.idl +++ b/offapi/com/sun/star/awt/PushButtonType.idl @@ -34,7 +34,7 @@ published enum PushButtonType STANDARD, - /** acts like a OK button. + /** acts like an OK button. */ OK, diff --git a/offapi/com/sun/star/awt/XItemListListener.idl b/offapi/com/sun/star/awt/XItemListListener.idl index 06d82de99df6..d8761517d62b 100644 --- a/offapi/com/sun/star/awt/XItemListListener.idl +++ b/offapi/com/sun/star/awt/XItemListListener.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module awt { -/** describes a listener for changes in a item list +/** describes a listener for changes in an item list @see XListItems */ interface XItemListListener : ::com::sun::star::lang::XEventListener diff --git a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl index 35f6b843dcc7..687a2bd5089b 100644 --- a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl +++ b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module awt { module grid { */ published service UnoControlGridModel { - /** specifies the standard model of an com::sun::star::awt::UnoControl. */ + /** specifies the standard model of a com::sun::star::awt::UnoControl. */ service com::sun::star::awt::UnoControlModel; /** Specifies whether the grid control should display a special header column. diff --git a/offapi/com/sun/star/awt/tree/XTreeControl.idl b/offapi/com/sun/star/awt/tree/XTreeControl.idl index 718df7f969c3..657f27677bc7 100644 --- a/offapi/com/sun/star/awt/tree/XTreeControl.idl +++ b/offapi/com/sun/star/awt/tree/XTreeControl.idl @@ -90,7 +90,7 @@ interface XTreeControl @throws ExpandVetoException if <var>Node</var>can't be made visible since at least one of the parent nodes are collapsed and expanding failed because at least one of the registered - XTreeExpansionListener raised a ExpandVetoException. + XTreeExpansionListener raised an ExpandVetoException. */ void makeNodeVisible( [in] XTreeNode Node ) raises( com::sun::star::lang::IllegalArgumentException, ExpandVetoException ); @@ -118,7 +118,7 @@ interface XTreeControl @throws ExpandVetoException if expanding <var>Node</var> failed because at least one of the registered - XTreeExpansionListener raised a ExpandVetoException. + XTreeExpansionListener raised an ExpandVetoException. */ void expandNode( [in] XTreeNode Node ) raises( com::sun::star::lang::IllegalArgumentException, ExpandVetoException ); @@ -133,7 +133,7 @@ interface XTreeControl @throws ExpandVetoException if collapsing <var>Node</var> failed because at least one of the registered - XTreeExpansionListener raised a ExpandVetoException. + XTreeExpansionListener raised an ExpandVetoException. */ void collapseNode( [in] XTreeNode Node ) raises( com::sun::star::lang::IllegalArgumentException, ExpandVetoException ); |