summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-04-16 10:57:02 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-04-16 11:05:12 +0200
commit6fd7495bf6bc4d0f7e788d965a599ca3aab7e928 (patch)
tree9912bbb11f85eb3e0699524a151a3889f7420df4 /offapi
parentf32ddd38ef777598901981491ad57bd37efe69e8 (diff)
XController: Better docs formatting
Change-Id: I78bafe3d4714f62430ad7634e499f5472879df03 Reviewed-on: https://gerrit.libreoffice.org/70811 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/frame/XController.idl12
1 files changed, 6 insertions, 6 deletions
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 );