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 /svx | |
parent | ca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff) |
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/docrecovery.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index 0000f1d315fa..4cf976b36164 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -449,7 +449,7 @@ void SAL_CALL RecoveryCore::statusChanged(const css::frame::FeatureStateEvent& a map the doc state to an UI state. */ aNew.RecoveryState = E_NOT_RECOVERED_YET; - // patch DisplayName! Because the document title contain more then the file name ... + // patch DisplayName! Because the document title contain more than the file name ... sal_Int32 i = aNew.DisplayName.indexOf(" - "); if (i > 0) aNew.DisplayName = aNew.DisplayName.copy(0, i); |