summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame/XInterceptorInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XInterceptorInfo.idl')
-rw-r--r--offapi/com/sun/star/frame/XInterceptorInfo.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/XInterceptorInfo.idl b/offapi/com/sun/star/frame/XInterceptorInfo.idl
index de135a517171..e451b16d45b2 100644
--- a/offapi/com/sun/star/frame/XInterceptorInfo.idl
+++ b/offapi/com/sun/star/frame/XInterceptorInfo.idl
@@ -56,12 +56,12 @@ published interface XInterceptorInfo: com::sun::star::uno::XInterface
/** returns the URL list for interception.
<p>
- Wildcards inside the URL's are allowed to register the interceptor for
- URL's too, which can have optional arguments (e.g. "..#.." or "..?..").
+ Wildcards inside the URLs are allowed to register the interceptor for
+ URLs too, which can have optional arguments (e.g. "..#.." or "..?..").
</p>
@return
- a list of URL's wich are handled by this interceptor
+ a list of URLs which are handled by this interceptor
*/
sequence< string > getInterceptedURLs();
};