[Libreoffice-commits] core.git: offapi/com

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 16 10:12:18 UTC 2019


 offapi/com/sun/star/awt/XKeyListener.idl   |    2 +-
 offapi/com/sun/star/awt/XMouseListener.idl |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3e33a11d8a553a99bd5f23940a65c301924198fb
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Thu Dec 12 17:53:11 2019 +0100
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Mon Dec 16 11:11:39 2019 +0100

    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 at cib.de>

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>


More information about the Libreoffice-commits mailing list