summaryrefslogtreecommitdiff
path: root/framework/source/dispatch/dispatchprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/dispatch/dispatchprovider.cxx')
-rw-r--r--framework/source/dispatch/dispatchprovider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx
index 99bf5b2b0f7c..32bd408ebdec 100644
--- a/framework/source/dispatch/dispatchprovider.cxx
+++ b/framework/source/dispatch/dispatchprovider.cxx
@@ -441,7 +441,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_queryFrame
/**
@short search for a registered protocol handler and ask him for a dispatch object
- @descr Wes earch a suitable handler inside our cfg package org.openoffice.Office.ProtocolHandler.
+ @descr We search a suitable handler inside our cfg package org.openoffice.Office.ProtocolHandler.
If we found anyone, we create and initialize it. Initialize means: we set our owner frame on it
as context information. He can use it or leave it. Of course - we are aware of handler implementations,
which doesn't support initialization. It's an optional feature.