diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-10-19 18:53:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-10-21 20:37:07 +0200 |
commit | 269b8a086e3d3387ef6a68cf29508704331513d5 (patch) | |
tree | a8ddd4300f35bfaa77686b39e0b9150b5d4a8ce7 /offapi | |
parent | cdedcfe5548f676c6a39a3c9cc39eea0bcd99e80 (diff) |
Fix typos
Change-Id: Ia66e31a0ad71dde1a6c1caa911d6083e1fb9eb61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104538
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/XTabListener.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/XTabListener.idl b/offapi/com/sun/star/awt/XTabListener.idl index 130f86fa7d72..142fbb2344cc 100644 --- a/offapi/com/sun/star/awt/XTabListener.idl +++ b/offapi/com/sun/star/awt/XTabListener.idl @@ -46,7 +46,7 @@ interface XTabListener : com::sun::star::lang::XEventListener */ void removed( [in] long ID ); - /** a tab was changed within it's properties. + /** a tab was changed within its properties. @param ID the unique ID of the changed tab. |