diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-12-12 17:53:11 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-12-16 11:11:39 +0100 |
commit | 3e33a11d8a553a99bd5f23940a65c301924198fb (patch) | |
tree | de71719a1e2155ad3cd1d9b7fdc0b78c49e6f9cc /offapi | |
parent | b0c9e28591f9fccf7b7495d982f734ecb5561bc1 (diff) |
Don't deprecate XKeyListener and XMouseListener
They are still used in other places in the API (XSlideShowView, XWindow).
Change-Id: I072f257b40e654d02a93249913cd8b60d36e75ab
Reviewed-on: https://gerrit.libreoffice.org/85071
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/XKeyListener.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/awt/XMouseListener.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XKeyListener.idl b/offapi/com/sun/star/awt/XKeyListener.idl index 65efee0f0710..323d5c5369e4 100644 --- a/offapi/com/sun/star/awt/XKeyListener.idl +++ b/offapi/com/sun/star/awt/XKeyListener.idl @@ -30,7 +30,7 @@ /** makes it possible to receive keyboard events. * - * @deprecated Use com::sun::star::awt::XKeyHandler which allows to receive (and consume) key events, + * @see com::sun::star::awt::XKeyHandler This interface allows you receive (and consume) key events, * even on windows which are not at the top. */ published interface XKeyListener: com::sun::star::lang::XEventListener diff --git a/offapi/com/sun/star/awt/XMouseListener.idl b/offapi/com/sun/star/awt/XMouseListener.idl index b689db7d8df8..7da839faeedf 100644 --- a/offapi/com/sun/star/awt/XMouseListener.idl +++ b/offapi/com/sun/star/awt/XMouseListener.idl @@ -30,7 +30,7 @@ /** makes it possible to receive events from the mouse in a certain window. * - * @deprecated Use the following interfaces which allow to receive (and consume) mouse events + * Use the following interfaces which allow to receive (and consume) mouse events * even on windows which are not at the top: * <ul> * <li>com::sun::star::awt::XMouseClickHandler</li> |