summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XDesktop2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XDesktop2.idl')
-rw-r--r--offapi/com/sun/star/frame/XDesktop2.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/XDesktop2.idl b/offapi/com/sun/star/frame/XDesktop2.idl
index 4d81cc774185..3b80f042a1b2 100644
--- a/offapi/com/sun/star/frame/XDesktop2.idl
+++ b/offapi/com/sun/star/frame/XDesktop2.idl
@@ -40,11 +40,11 @@ published interface XDesktop2
<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>
@@ -65,7 +65,7 @@ published interface XDesktop2
<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>