Kaydet (Commit) 6fd7495b authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

XController: Better docs formatting

Change-Id: I78bafe3d4714f62430ad7634e499f5472879df03
Reviewed-on: https://gerrit.libreoffice.org/70811Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst f32ddd38
...@@ -49,22 +49,22 @@ published interface XController: com::sun::star::lang::XComponent ...@@ -49,22 +49,22 @@ published interface XController: com::sun::star::lang::XComponent
the new model for this controller the new model for this controller
@return @return
`TRUE`if attach was successfully `TRUE` If attaching was successfully
<br> <br>
`FALSE`otherwise `FALSE` Otherwise
*/ */
boolean attachModel( [in] XModel Model ); boolean attachModel( [in] XModel Model );
/** is called to prepare the controller for closing the view /** is called to prepare the controller for closing the view
@param Suspend @param Suspend
`TRUE`force the controller to suspend his work `TRUE` Force the controller to suspend his work
`FALSE`try to reactivate the controller `FALSE` Try to reactivate the controller
@return @return
`TRUE`if request was accepted and of course successfully finished `TRUE` If request was accepted and successfully finished
<br> <br>
`FALSE`otherwise `FALSE` Otherwise
*/ */
boolean suspend( [in] boolean Suspend ); boolean suspend( [in] boolean Suspend );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment