diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-19 01:58:13 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-19 19:45:07 +0000 |
commit | 9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 (patch) | |
tree | 7d6d8d0e5ca167afdd5530f6862e70669537d3e3 /framework | |
parent | 1721236b5b3fad5660495d638f7cdf6abfcb7a47 (diff) |
Fix typos
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c
Reviewed-on: https://gerrit.libreoffice.org/17187
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/dispatch/closedispatcher.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/autorecovery.cxx | 4 | ||||
-rw-r--r-- | framework/source/services/desktop.cxx | 4 | ||||
-rw-r--r-- | framework/source/services/frame.cxx | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx index c8db190b0425..11bd97df1c12 100644 --- a/framework/source/dispatch/closedispatcher.cxx +++ b/framework/source/dispatch/closedispatcher.cxx @@ -236,7 +236,7 @@ void SAL_CALL CloseDispatcher::dispatchWithNotification(const css::util::URL& document inside the frame. May the document shows a dialog and the user ignore it. Then the state of the office can be changed during we try to close frame and document. - - check the environment (menas count open frames - exlcuding our + - check the environment (means count open frames - excluding our current one) - decide then, if we must close this frame only, establish the backing mode or shutdown the whole application. diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index 15f00d4cf489..bfdbcda14176 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -936,7 +936,7 @@ private: */ static OUString implst_getJobDescription(sal_Int32 eJob); - /** @short mape the given URL to an internal int representation. + /** @short map the given URL to an internal int representation. @param aURL the url, which describe the next starting or may be already running @@ -1343,7 +1343,7 @@ void SAL_CALL AutoRecovery::dispatch(const css::util::URL& ::comphelper::SequenceAsHashMap lArgs(lArguments); // check if somewhere wish to disable recovery temp. for this office session - // This can be done immediately ... must not been done asynchronous. + // This can be done immediately... must not been done asynchronous. if ((eNewJob & AutoRecovery::E_DISABLE_AUTORECOVERY) == AutoRecovery::E_DISABLE_AUTORECOVERY) { // it's important to set a flag internally, so AutoRecovery will be suppressed - even if it's requested. diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index 8b0d3dc4c895..32add3feb417 100644 --- a/framework/source/services/desktop.cxx +++ b/framework/source/services/desktop.cxx @@ -890,8 +890,8 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::findFrame( const OUS // 0) Ignore wrong parameter! // We don't support search for following special targets. - // If we reject this requests - we mustnt check for such names - // in following code again and again. If we do not so -wrong + // If we reject these requests, we must not check for such names + // in following code again and again. If we do not, so wrong // search results can occur! if ( diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 92c4ff3d562e..afcccfc4725e 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -997,7 +997,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const OUStr // 0) Ignore wrong parameter! // We don't support search for following special targets. - // If we reject this requests - we mustnt check for such names + // If we reject this requests - we must not check for such names // in following code again and again. If we do not so -wrong // search results can occur! |