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/inc | |
parent | d112cf387513231b6bc133e5d37ba51f4bc4c6ac (diff) |
Typo: s/shure/sure
Change-Id: I1c55d3ee8be06deb6d48a6ad5cd30d170c8b9dbb
Diffstat (limited to 'framework/inc')
-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 |
3 files changed, 3 insertions, 3 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(); |