summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/ProtocolHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/ProtocolHandler.idl')
-rw-r--r--offapi/com/sun/star/frame/ProtocolHandler.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/ProtocolHandler.idl b/offapi/com/sun/star/frame/ProtocolHandler.idl
index 3b4fd6dba640..d3ff55f328bc 100644
--- a/offapi/com/sun/star/frame/ProtocolHandler.idl
+++ b/offapi/com/sun/star/frame/ProtocolHandler.idl
@@ -47,7 +47,7 @@
<p>
Supported URLs must match follow format: <protocol scheme>:<protocol specific part>
If a handler provides optional arguments ("?") or jump marks ("#") depends from his
- defintion and implementation. The generic dispatch provider will use registered
+ definition and implementation. The generic dispatch provider will use registered
URL pattern to detect right handler.
</p>
*/
@@ -68,7 +68,7 @@ published service ProtocolHandler
/** initialize the new handler instance with some context informations
<p>
- Sometimes it can be usefull for a handler object, to know something about the
+ Sometimes it can be useful for a handler object, to know something about the
environment, in which it runs - especily the frame. For this case the generic
code (which uses the handler) will ask for this optional interface and use it, if it exist.
Following parameters are passed to the service:
@@ -78,7 +78,7 @@ published service ProtocolHandler
</p>
<p>
- Please note: if this mechanism is used it seams not usefull (nor possible) to implement a ProtocolHandler
+ Please note: if this mechanism is used it does not seem useful (nor possible) to implement a ProtocolHandler
as a singleton. Otherwhise the implementation can't distinguish between different environments
and her corresponding dispatch requests.
</p>