diff options
Diffstat (limited to 'framework/source/dispatch')
-rw-r--r-- | framework/source/dispatch/dispatchprovider.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx index f368878e5d98..bf7459c94ee3 100644 --- a/framework/source/dispatch/dispatchprovider.cxx +++ b/framework/source/dispatch/dispatchprovider.cxx @@ -198,7 +198,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_queryDeskt // I.III) "_self", "", "_top" // The desktop can't load any document - but he can handle some special protocols like "uno", "slot" ... - // Why is "top" here handled too? Because the desktop is the topest frame. Normally it's superflous + // Why is "top" here handled too? Because the desktop is the topest frame. Normally it's superfluous // to use this target - but we can handle it in the same manner then "_self". else if ( |