diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 12:26:19 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-03 06:57:58 +0000 |
commit | 34e1739d56411c81359e24dce500cb54bba6c092 (patch) | |
tree | 6118d095d61d6744f8380bdbf4338cd709f5b54b /framework/source/dispatch | |
parent | bcb402298f653146af672ecfca2381062d78c6f2 (diff) |
Fix typos
Change-Id: Ieb35517ba57ca62526e84f6b6cee4c9129b4380a
Reviewed-on: https://gerrit.libreoffice.org/34805
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 ( |