summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XFrame2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XFrame2.idl')
-rw-r--r--offapi/com/sun/star/frame/XFrame2.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/XFrame2.idl b/offapi/com/sun/star/frame/XFrame2.idl
index d90d00b1e9b4..2d53e9302935 100644
--- a/offapi/com/sun/star/frame/XFrame2.idl
+++ b/offapi/com/sun/star/frame/XFrame2.idl
@@ -44,11 +44,11 @@ published interface XFrame2
<p>
What kind of URLs a frame accepts in the calls to <member>XDispatchProvider::queryDispatch()</member>,
and how the returned dispatcher handles dispatches is completely implementation dependent
- (though of course the restrictions of <type>XDispatchProvider</type> must be met).
+ (though of course the restrictions of XDispatchProvider must be met).
Frame implementations may (optionally) support special targets in the call to
<member>XDispatchProvider::queryDispatch()</member>.
Such special targets are passed as target frame name. They may, in addition,
- require special frame search flags (see <type>FrameSearchFlag</type>), or,
+ require special frame search flags (see FrameSearchFlag), or,
in opposite, limit the set of allowed flags.<br>
Common special targets include:
<ul>
@@ -75,7 +75,7 @@ published interface XFrame2
<p>
Registered objects can intercept, suppress or reroute dispatched URLs.
- If they support another interface too (<type>XInterceptorInfo</type>)
+ If they support another interface too (XInterceptorInfo)
it's possible to perform it by directly calling of right interceptor without
using list of all registered ones.
</p>
@@ -111,7 +111,7 @@ published interface XFrame2
Such recorder can be used to record dispatch requests.
The supplier contains a dispatch recorder and provide the functionality
to use it for any dispatch object from outside which supports the interface
- <type>XDispatch</type>. A supplier is available only, if recording was enabled.
+ XDispatch. A supplier is available only, if recording was enabled.
That means: if someone wishes to enable recoding on a frame he must set
a supplier with a recorder object inside of it. Every user of dispatches
has to check then if such supplier is available at this frame property.
@@ -131,7 +131,7 @@ published interface XFrame2
*/
[attribute] XDispatchRecorderSupplier DispatchRecorderSupplier;
- /** Provides access to the <type>LayoutManager</type> of the frame.
+ /** Provides access to the LayoutManager of the frame.
This is actually of type XLayoutManager, but this API is still experimental (unpublished).
*/
[attribute] com::sun::star::uno::XInterface LayoutManager;