summaryrefslogtreecommitdiff
path: root/framework/source/xml
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-08-01 16:56:25 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-08-01 23:40:12 +0900
commit9bac4d413e960e354a3cf81e3de9b1cb483d02ad (patch)
treeb6555611ec9102dd5e2cf5917b0fb2c00ea5ed9f /framework/source/xml
parentca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff)
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'framework/source/xml')
-rw-r--r--framework/source/xml/acceleratorconfigurationreader.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/xml/acceleratorconfigurationreader.cxx b/framework/source/xml/acceleratorconfigurationreader.cxx
index 904417e7750b..a098cd4975ff 100644
--- a/framework/source/xml/acceleratorconfigurationreader.cxx
+++ b/framework/source/xml/acceleratorconfigurationreader.cxx
@@ -158,7 +158,7 @@ void SAL_CALL AcceleratorConfigurationReader::startElement(const OUString&
{
// Attention: Its not really a reason to throw an exception and kill the office, if the configuration contains
// multiple registrations for the same key :-) Show a warning ... and ignore the second item.
- // THROW_PARSEEXCEPTION("Command is registered for the same key more then once.")
+ // THROW_PARSEEXCEPTION("Command is registered for the same key more than once.")
SAL_INFO("fwk",
"AcceleratorConfigurationReader::startElement(): Double registration detected. Command=\"" <<
sCommand <<