diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-08-01 16:56:25 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-08-01 23:40:12 +0900 |
commit | 9bac4d413e960e354a3cf81e3de9b1cb483d02ad (patch) | |
tree | b6555611ec9102dd5e2cf5917b0fb2c00ea5ed9f /framework/source/inc | |
parent | ca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff) |
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'framework/source/inc')
-rw-r--r-- | framework/source/inc/loadenv/actionlockguard.hxx | 2 | ||||
-rw-r--r-- | framework/source/inc/loadenv/loadenv.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/inc/loadenv/actionlockguard.hxx b/framework/source/inc/loadenv/actionlockguard.hxx index 5dbf546eb34c..5d2525f8d60b 100644 --- a/framework/source/inc/loadenv/actionlockguard.hxx +++ b/framework/source/inc/loadenv/actionlockguard.hxx @@ -53,7 +53,7 @@ class ActionLockGuard @descr That can be useful in cases, where no resource still exists, but will be available next time. Then this guard can be used - in a mode "use guard for more then one resources". + in a mode "use guard for more than one resources". */ ActionLockGuard() : m_bActionLocked(false) diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx index 55d9a9337189..f26ff7afef64 100644 --- a/framework/source/inc/loadenv/loadenv.hxx +++ b/framework/source/inc/loadenv/loadenv.hxx @@ -524,7 +524,7 @@ private: css::uno::Reference< css::frame::XFrame > impl_searchRecycleTarget() throw(LoadEnvException, css::uno::RuntimeException); - /** @short because showing of a frame is needed more then once ... + /** @short because showing of a frame is needed more than once ... it's implemented as an separate method .-) @descr Note: Showing of a frame is bound to a special feature ... |