diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-06-14 11:59:47 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-06-16 12:33:18 +0200 |
commit | 7c4481e3c41547773db3fa1f53391430cff8d3cb (patch) | |
tree | 19e3c5a6bcd0a82a32ae7ea1c1859052ce4017ec /offapi | |
parent | 81d14fa410079bd55397754b1b9af3645df3e100 (diff) |
Fix typo
Change-Id: Ic6252987b61d0f55a96193bdc5da5fecc1a36171
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135930
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/MouseEvent.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/MouseEvent.idl b/offapi/com/sun/star/awt/MouseEvent.idl index c0dc2816ffd1..1bac81bc55a0 100644 --- a/offapi/com/sun/star/awt/MouseEvent.idl +++ b/offapi/com/sun/star/awt/MouseEvent.idl @@ -36,7 +36,7 @@ published struct MouseEvent: com::sun::star::awt::InputEvent /** contains the pressed mouse buttons. - <p>Zero ore more constants from the + <p>Zero or more constants from the com::sun::star::awt::MouseButton group.</p> */ short Buttons; |