[Libreoffice-commits] core.git: offapi/com
Samuel Mehrbrodt (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 16 09:05:49 UTC 2019
offapi/com/sun/star/frame/XController.idl | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 6fd7495bf6bc4d0f7e788d965a599ca3aab7e928
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Tue Apr 16 10:57:02 2019 +0200
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Apr 16 11:05:12 2019 +0200
XController: Better docs formatting
Change-Id: I78bafe3d4714f62430ad7634e499f5472879df03
Reviewed-on: https://gerrit.libreoffice.org/70811
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/offapi/com/sun/star/frame/XController.idl b/offapi/com/sun/star/frame/XController.idl
index dbe168535019..d8b52b8da83b 100644
--- a/offapi/com/sun/star/frame/XController.idl
+++ b/offapi/com/sun/star/frame/XController.idl
@@ -49,22 +49,22 @@ published interface XController: com::sun::star::lang::XComponent
the new model for this controller
@return
- `TRUE`if attach was successfully
+ `TRUE` If attaching was successfully
<br>
- `FALSE`otherwise
+ `FALSE` Otherwise
*/
boolean attachModel( [in] XModel Model );
/** is called to prepare the controller for closing the view
@param Suspend
- `TRUE`force the controller to suspend his work
- `FALSE`try to reactivate the controller
+ `TRUE` Force the controller to suspend his work
+ `FALSE` Try to reactivate the controller
@return
- `TRUE`if request was accepted and of course successfully finished
+ `TRUE` If request was accepted and successfully finished
<br>
- `FALSE`otherwise
+ `FALSE` Otherwise
*/
boolean suspend( [in] boolean Suspend );
More information about the Libreoffice-commits
mailing list