summaryrefslogtreecommitdiffstats
path: root/framework/source
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/dispatch/dispatchprovider.cxx4
-rw-r--r--framework/source/inc/loadenv/actionlockguard.hxx4
-rw-r--r--framework/source/jobs/job.cxx2
-rw-r--r--framework/source/services/autorecovery.cxx2
-rw-r--r--framework/source/services/frame.cxx2
5 files changed, 7 insertions, 7 deletions
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.