summaryrefslogtreecommitdiff
path: root/framework/source/inc/loadenv
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/inc/loadenv')
-rw-r--r--framework/source/inc/loadenv/actionlockguard.hxx4
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/inc/loadenv/actionlockguard.hxx b/framework/source/inc/loadenv/actionlockguard.hxx
index 9a55f1c89478..8f72381482f6 100644
--- a/framework/source/inc/loadenv/actionlockguard.hxx
+++ b/framework/source/inc/loadenv/actionlockguard.hxx
@@ -29,7 +29,7 @@ namespace framework{
<type scope="com::sun::star::document">XActionLockable</type>.
@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!
+ released. Otherwise the locked document can hinder the office on shutdown!
*/
class ActionLockGuard
{
@@ -141,7 +141,7 @@ class ActionLockGuard
if (m_bActionLocked && m_xActionLock.is())
{
m_xActionLock->removeActionLock();
- // dont check for any locks here ...
+ // don't check for any locks here ...
// May another guard use the same lock object :-(
m_bActionLocked = false;
}
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index d2fa915f158e..a5513b592637 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -180,7 +180,7 @@ private:
/** @short holds the information about the finished load process.
@descr The content of m_xTargetFrame can't be used as valid indicator,
- (in case the micht existing old document was reactivated)
+ (in case the existing old document was reactivated)
we must hold the result of the load process explicitly.
*/
bool m_bLoaded;