offapi/com/sun/star/awt/MouseEvent.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7c4481e3c41547773db3fa1f53391430cff8d3cb Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jun 14 11:59:47 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Jun 16 12:33:18 2022 +0200 Fix typo Change-Id: Ic6252987b61d0f55a96193bdc5da5fecc1a36171 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135930 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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;