diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-18 00:22:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-18 00:30:35 +0300 |
commit | 9a7fc5ee26c7b7a5ad227d628e1a1f389e3085c2 (patch) | |
tree | 48092a4f8b424f88d7a259107f23dea33d16d10e /framework | |
parent | d112cf387513231b6bc133e5d37ba51f4bc4c6ac (diff) |
Typo: s/shure/sure
Change-Id: I1c55d3ee8be06deb6d48a6ad5cd30d170c8b9dbb
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/dispatch/closedispatcher.hxx | 2 | ||||
-rw-r--r-- | framework/inc/helper/statusindicatorfactory.hxx | 2 | ||||
-rw-r--r-- | framework/inc/properties.h | 2 | ||||
-rw-r--r-- | framework/qa/complex/framework/recovery/RecoveryTest.java | 4 | ||||
-rw-r--r-- | framework/qa/complex/framework/recovery/RecoveryTools.java | 2 | ||||
-rw-r--r-- | framework/source/dispatch/dispatchprovider.cxx | 4 | ||||
-rw-r--r-- | framework/source/inc/loadenv/actionlockguard.hxx | 4 | ||||
-rw-r--r-- | framework/source/jobs/job.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/autorecovery.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/frame.cxx | 2 |
10 files changed, 13 insertions, 13 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx index e3b93d5508a2..fd41340bf86d 100644 --- a/framework/inc/dispatch/closedispatcher.hxx +++ b/framework/inc/dispatch/closedispatcher.hxx @@ -167,7 +167,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper2< /** @short prepare m_xCloseFrame so it should be closeable without problems. - @descr Thats needed to be shure, that the document cant disagree + @descr Thats needed to be sure, that the document cant disagree later with e.g. an office termination. The problem: Closing of documents can show UI. If the user ignores it and open/close other documents, we cant know diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx index 4778abf14da3..fd509d383b9f 100644 --- a/framework/inc/helper/statusindicatorfactory.hxx +++ b/framework/inc/helper/statusindicatorfactory.hxx @@ -288,7 +288,7 @@ class StatusIndicatorFactory : public ::cppu::WeakImplHelper4< /** @short try to "share the current thread in an intelligent manner" :-) - @param Overwrites our algorithm for Reschedule and force it to be shure + @param Overwrites our algorithm for Reschedule and force it to be sure that our progress was painted right. */ void impl_reschedule(bool bForceUpdate); diff --git a/framework/inc/properties.h b/framework/inc/properties.h index 18933981399f..b2651b1dbeb7 100644 --- a/framework/inc/properties.h +++ b/framework/inc/properties.h @@ -262,7 +262,7 @@ class PropHelper { bool bChanged = sal_False; - // clear return parameter to be shure, to put out only valid values ... + // clear return parameter to be sure, to put out only valid values ... aOldValue.clear(); aChangedValue.clear(); diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java index 99d4dac85497..6f00f4f8034d 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -123,7 +123,7 @@ public class RecoveryTest extends ComplexTestCase { msg +="-AppExecutionCommand=C:\\office\\soffice.exe --accept=socket,host=localhost,port=8101;urp;\n\n"; msg +="Example UNIX:\n"; msg +="-AppExecutionCommand=/office/soffice \"--accept=socket,host=localhost,port=8101;urp;\"\n\n"; - msg+="NOTE: on UNIX be shure to have the connection string inside quotation mark!\n"; + msg+="NOTE: on UNIX be sure to have the connection string inside quotation mark!\n"; assure(msg, param.get("AppExecutionCommand") != null && ! param.get("AppExecutionCommand").equals("")); System.out.println("HALLO" + param.get("AppExecutionCommand")); @@ -544,7 +544,7 @@ public class RecoveryTest extends ComplexTestCase { int height = rand.nextInt(maxHeight + 1); int width = rand.nextInt((windowMaxSize.Width-posSize.Y) + 1); - // be shure that the new size his greater then the half of windowMaxSize + // be sure that the new size his greater then the half of windowMaxSize posSize.Height = (height < (maxHeight / 2)) ? height + (maxHeight / 2) : height; posSize.Width = (width < (maxWidth / 2)) ? width + (maxWidth / 2) : width; diff --git a/framework/qa/complex/framework/recovery/RecoveryTools.java b/framework/qa/complex/framework/recovery/RecoveryTools.java index 060eb8eb75a2..b178b151734b 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTools.java +++ b/framework/qa/complex/framework/recovery/RecoveryTools.java @@ -235,7 +235,7 @@ public class RecoveryTools { multi ++; } - // be shure that office is closed + // be sure that office is closed if (ph != null) ph.kill(); } diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx index 6e2eb10aa9cc..e7934229cc5c 100644 --- a/framework/source/dispatch/dispatchprovider.cxx +++ b/framework/source/dispatch/dispatchprovider.cxx @@ -511,7 +511,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_searchProt Thats why we implement this method. It return an already existing helper or create a new one otherwise. @attention The parameter sTarget and nSearchFlags are defaulted to "" and 0! - Please use it only, if you can be shure, that the really given by the outside calli! + Please use it only, if you can be sure, that the really given by the outside calli! Mostly it depends from the parameter eHelper is they are required or not. @param eHelper @@ -606,7 +606,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_getOrCreat /** @short check URL for support by our used loader or handler @descr If we must return our own dispatch helper implementations (self, blank, create dispatcher!) - we should be shure, that URL describe any loadable content. Otherwise slot/uno URLs + we should be sure, that URL describe any loadable content. Otherwise slot/uno URLs will be detected ... but there exist nothing for ral loading into a target frame! @param aURL diff --git a/framework/source/inc/loadenv/actionlockguard.hxx b/framework/source/inc/loadenv/actionlockguard.hxx index bbf6a01829a6..5dbf546eb34c 100644 --- a/framework/source/inc/loadenv/actionlockguard.hxx +++ b/framework/source/inc/loadenv/actionlockguard.hxx @@ -27,7 +27,7 @@ namespace framework{ /** @short implements a guard, which can use the interface <type scope="com::sun::star::document">XActionLockable</type>. - @descr This guard should be used to be shure, that any lock will be + @descr This guard should be used to be sure, that any lock will be released. Otherwise the locaked document can hinder the office on shutdown! */ class ActionLockGuard @@ -71,7 +71,7 @@ class ActionLockGuard setResource(xLock); } - /** @short release this guard instance and make shure, that no lock + /** @short release this guard instance and make sure, that no lock will exist afterwards on the internal wrapped resource. */ virtual ~ActionLockGuard() diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx index aabaddf3a934..2166c54b2507 100644 --- a/framework/source/jobs/job.cxx +++ b/framework/source/jobs/job.cxx @@ -481,7 +481,7 @@ void Job::impl_reactForJobResult( /*IN*/ const css::uno::Any& aResult ) connection. Further we are listener for closing of the (possible valid) - given frame. We must be shure, that this resource won't be gone + given frame. We must be sure, that this resource won't be gone if our internal job is still running. */ void Job::impl_startListening() diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index 2b53e6d49b48..c43af547628b 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -147,7 +147,7 @@ public: @descr If our dispatch() method was forced to start the internal operation asynchronous ... we send an event - to start and return immediately. But we must be shure that + to start and return immediately. But we must be sure that our instance live if the event callback reach us. So we hold an uno reference to ourself. */ diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index c76480802ef3..0fdb80d4302e 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -2491,7 +2491,7 @@ void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css:: But frames without a parent are top too. So it's not possible to check isTop() here! We have to look for the type of our parent. - if we are a task frame, then we have to check if we are the first one. - We use a static variable to do so. They will be reset to afterwards be shure + We use a static variable to do so. They will be reset to afterwards be sure that further calls of this method doesn't do anything then. - Then we have to trigger the right event string on the global job executor. |