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 5e4daf24f01a..1a7e8650e2e2 100644
--- a/offapi/com/sun/star/frame/XFramesSupplier.idl
+++ b/offapi/com/sun/star/frame/XFramesSupplier.idl
@@ -32,12 +32,12 @@
*/
published interface XFramesSupplier: XFrame
{
- /** provides access to this container and to all other <type>XFramesSupplier</type>
+ /** provides access to this container and to all other XFramesSupplier
which are available from this node of frame tree
@returns
the collection of frames which is represented by
- a <type>FramesContainer</type>.
+ a FramesContainer.
*/
XFrames getFrames();
@@ -54,7 +54,7 @@ published interface XFramesSupplier: XFrame
</p>
@returns
- the <type>Frame</type> which is active within this frame.
+ the Frame which is active within this frame.
*/
XFrame getActiveFrame();
@@ -70,7 +70,7 @@ published interface XFramesSupplier: XFrame
<p>
In general this method first calls the method <member>XFramesSupplier::setActiveFrame()</member>
at the creator frame with <var>this</var> as the current argument. Then it broadcasts
- the <type>FrameActionEvent</type> <const>FrameAction::FRAME_ACTIVATED</const>.
+ the FrameActionEvent <const>FrameAction::FRAME_ACTIVATED</const>.
</p>
<p>