summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XFramesSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XFramesSupplier.idl')
-rw-r--r--offapi/com/sun/star/frame/XFramesSupplier.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XFramesSupplier.idl b/offapi/com/sun/star/frame/XFramesSupplier.idl
index 1a7e8650e2e2..5c07ff8a6e15 100644
--- a/offapi/com/sun/star/frame/XFramesSupplier.idl
+++ b/offapi/com/sun/star/frame/XFramesSupplier.idl
@@ -62,20 +62,20 @@ published interface XFramesSupplier: XFrame
<p>
This method is only allowed to be called by a sub-frame according to
- <member>XFrame::activate()</member> or <member>XFramesSupplier::setActiveFrame()</member>.
- After this call <member>XFramesSupplier::getActiveFrame()</member> will return the
+ XFrame::activate() or XFramesSupplier::setActiveFrame().
+ After this call XFramesSupplier::getActiveFrame() will return the
frame specified by <var>Frame</var>.
</p>
<p>
- In general this method first calls the method <member>XFramesSupplier::setActiveFrame()</member>
+ In general this method first calls the method XFramesSupplier::setActiveFrame()
at the creator frame with <var>this</var> as the current argument. Then it broadcasts
the FrameActionEvent <const>FrameAction::FRAME_ACTIVATED</const>.
</p>
<p>
Note: Given parameter <var>Frame</var> must already exist inside the container
- (e.g., inserted by using <member>XFrames::append()</member>)
+ (e.g., inserted by using XFrames::append())
</p>
@param Frame