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

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 16 10:52:29 UTC 2019


 offapi/com/sun/star/frame/XDesktop.idl |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 61a60e545e774c768b0783218520c819ea6de631
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Fri Aug 16 11:48:01 2019 +0200
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Fri Aug 16 12:51:52 2019 +0200

    Fix typos and formatting
    
    Change-Id: I24f2b7138ef1efb9c981e24804819ad2779b1b4b
    Reviewed-on: https://gerrit.libreoffice.org/77567
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/offapi/com/sun/star/frame/XDesktop.idl b/offapi/com/sun/star/frame/XDesktop.idl
index 4a338c80564d..b25fdcdafd77 100644
--- a/offapi/com/sun/star/frame/XDesktop.idl
+++ b/offapi/com/sun/star/frame/XDesktop.idl
@@ -54,9 +54,9 @@ published interface XDesktop: com::sun::star::uno::XInterface
         </p>
 
         @return
-            `TRUE`if all listener agree with this request
+            `TRUE` If all listeners agree with this request
             <br>
-            `FALSE`otherwise
+            `FALSE` Otherwise
 
         @see XTerminateListener
         @see TerminationVetoException
@@ -77,7 +77,7 @@ published interface XDesktop: com::sun::star::uno::XInterface
     /** unregisters an event listener for termination events.
 
         @param Listener
-            listener which wish to be deregistered
+            listener which wishes to be deregistered
 
         @see XDesktop::addTerminateListener()
      */


More information about the Libreoffice-commits mailing list