summaryrefslogtreecommitdiff
path: root/framework
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
parentca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff)
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/classes/filtercachedata.hxx2
-rw-r--r--framework/inc/classes/propertysethelper.hxx2
-rw-r--r--framework/inc/dispatch/interceptionhelper.hxx2
-rw-r--r--framework/inc/helper/dockingareadefaultacceptor.hxx2
-rw-r--r--framework/inc/helper/ocomponentaccess.hxx4
-rw-r--r--framework/inc/macros/xinterface.hxx2
-rw-r--r--framework/inc/macros/xtypeprovider.hxx2
-rw-r--r--framework/qa/complex/dispatches/checkdispatchapi.java2
-rw-r--r--framework/source/accelerators/storageholder.cxx2
-rw-r--r--framework/source/dispatch/dispatchprovider.cxx2
-rw-r--r--framework/source/fwi/threadhelp/transactionmanager.cxx2
-rw-r--r--framework/source/helper/ocomponentenumeration.cxx2
-rw-r--r--framework/source/helper/oframes.cxx2
-rw-r--r--framework/source/inc/loadenv/actionlockguard.hxx2
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx2
-rw-r--r--framework/source/loadenv/loadenv.cxx2
-rw-r--r--framework/source/recording/dispatchrecordersupplier.cxx2
-rw-r--r--framework/source/services/autorecovery.cxx14
-rw-r--r--framework/source/services/desktop.cxx4
-rw-r--r--framework/source/services/frame.cxx12
-rw-r--r--framework/source/services/pathsettings.cxx6
-rw-r--r--framework/source/xml/acceleratorconfigurationreader.cxx2
22 files changed, 37 insertions, 37 deletions
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx
index 7ccd82efdfdf..499e48f85f01 100644
--- a/framework/inc/classes/filtercachedata.hxx
+++ b/framework/inc/classes/filtercachedata.hxx
@@ -437,7 +437,7 @@ class DataContainer
but must be executed on different places inside this configuration structures.
These enum values can be used ate some interface methods to specify, which
configuration set should be used.
- Further it must be possible to start the same action for more then one cfg type.
+ Further it must be possible to start the same action for more than one cfg type.
That's why these values must be interpreted as flags. Means: its values must be
in range [2^n]!
*/
diff --git a/framework/inc/classes/propertysethelper.hxx b/framework/inc/classes/propertysethelper.hxx
index f6c23546a3af..19bb4fbd5dbf 100644
--- a/framework/inc/classes/propertysethelper.hxx
+++ b/framework/inc/classes/propertysethelper.hxx
@@ -104,7 +104,7 @@ class FWI_DLLPUBLIC PropertySetHelper : public css::beans::XPropertySet
* if a property with the same name already exists.
*
* Note: The consistence of the whole set of properties is not checked here.
- * Means e.g. ... a handle which exists more then once is not detected.
+ * Means e.g. ... a handle which exists more than once is not detected.
* The owner of this class has to be sure, that every new property does
* not clash with any existing one.
*/
diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx
index 642462142be2..c338394e5942 100644
--- a/framework/inc/dispatch/interceptionhelper.hxx
+++ b/framework/inc/dispatch/interceptionhelper.hxx
@@ -207,7 +207,7 @@ class InterceptionHelper : public ::cppu::WeakImplHelper3<
/** @short implements an optimized queryDispatch() for remote.
- @descr It capsulate more then one queryDispatch() requests and return a lits of dispatch objects
+ @descr It capsulate more than one queryDispatch() requests and return a lits of dispatch objects
as result. Because both lists (in and out) coreespond together, it's not allowed to
pack it - means suppress NULL references!
diff --git a/framework/inc/helper/dockingareadefaultacceptor.hxx b/framework/inc/helper/dockingareadefaultacceptor.hxx
index eed6faf3b339..cfc547cbe6b6 100644
--- a/framework/inc/helper/dockingareadefaultacceptor.hxx
+++ b/framework/inc/helper/dockingareadefaultacceptor.hxx
@@ -42,7 +42,7 @@ class DockingAreaDefaultAcceptor : public ::cppu::WeakImplHelper1< ::com::s
/*-****************************************************************************************************
@short constructor to initialize this instance
@descr A docking area acceptor
- But we need a instance to create more then one enumerations to the same tasklist!
+ But we need a instance to create more than one enumerations to the same tasklist!
@seealso class Desktop
@seealso class OTasksEnumeration
diff --git a/framework/inc/helper/ocomponentaccess.hxx b/framework/inc/helper/ocomponentaccess.hxx
index d97a74a3813d..baa2d39ad0a0 100644
--- a/framework/inc/helper/ocomponentaccess.hxx
+++ b/framework/inc/helper/ocomponentaccess.hxx
@@ -67,7 +67,7 @@ class OComponentAccess : public ::cppu::WeakImplHelper1< ::com::sun::star::co
@short constructor to initialize this instance
@descr A desktop will create an enumeration-access-object. An enumeration is a oneway-list and a
snapshot of the components of current tasks under the desktop.
- But we need a instance to create more then one enumerations at different times!
+ But we need a instance to create more than one enumerations at different times!
@seealso class Desktop
@seealso class OComponentEnumeration
@@ -107,7 +107,7 @@ class OComponentAccess : public ::cppu::WeakImplHelper1< ::com::sun::star::co
/*-****************************************************************************************************
@short get state of componentlist of enumeration.
@seealso interface XElementAccess
- @return sal_True ,if more then 0 elements exist.
+ @return sal_True ,if more than 0 elements exist.
@return sal_False ,otherwise.
*//*-*****************************************************************************************************/
diff --git a/framework/inc/macros/xinterface.hxx b/framework/inc/macros/xinterface.hxx
index d3329904e90a..8354a9c185fa 100644
--- a/framework/inc/macros/xinterface.hxx
+++ b/framework/inc/macros/xinterface.hxx
@@ -95,7 +95,7 @@ ________________________________________________________________________________
}
// private
-// implementation of XInterface::queryInterface() with more then 12 other interfaces!
+// implementation of XInterface::queryInterface() with more than 12 other interfaces!
#define PRIVATE_DEFINE_XINTERFACE_QUERYINTERFACE_LARGE( CLASS, BASECLASS, INTERFACES_FIRST, INTERFACES_SECOND ) \
::com::sun::star::uno::Any SAL_CALL CLASS::queryInterface( const ::com::sun::star::uno::Type& aType ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) \
diff --git a/framework/inc/macros/xtypeprovider.hxx b/framework/inc/macros/xtypeprovider.hxx
index 0aa9bbfa5a2a..a7e914218eb5 100644
--- a/framework/inc/macros/xtypeprovider.hxx
+++ b/framework/inc/macros/xtypeprovider.hxx
@@ -88,7 +88,7 @@ ________________________________________________________________________________
}
// private
-// implementation of XTypeProvider::getTypes() with more then 12 interfaces!
+// implementation of XTypeProvider::getTypes() with more than 12 interfaces!
#define PRIVATE_DEFINE_XTYPEPROVIDER_GETTYPES_LARGE( CLASS, TYPES_FIRST, TYPES_SECOND ) \
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL CLASS::getTypes() throw( ::com::sun::star::uno::RuntimeException, std::exception ) \
diff --git a/framework/qa/complex/dispatches/checkdispatchapi.java b/framework/qa/complex/dispatches/checkdispatchapi.java
index 946bbfa4a3b2..451b4e600870 100644
--- a/framework/qa/complex/dispatches/checkdispatchapi.java
+++ b/framework/qa/complex/dispatches/checkdispatchapi.java
@@ -48,7 +48,7 @@ import static org.junit.Assert.*;
/** @short Check the interface XDispatchInformationProvider
-@descr Because there exists more then one implementation of a dispatch
+@descr Because there exists more than one implementation of a dispatch
object, we have to test all these implementations ...
*/
public class checkdispatchapi
diff --git a/framework/source/accelerators/storageholder.cxx b/framework/source/accelerators/storageholder.cxx
index 62ceb09c6752..7f05035313fd 100644
--- a/framework/source/accelerators/storageholder.cxx
+++ b/framework/source/accelerators/storageholder.cxx
@@ -160,7 +160,7 @@ css::uno::Reference< css::embed::XStorage > StorageHolder::openPath(const OUStri
}
// TODO think about return last storage as working storage ... but dont caching it inside this holder!
- // => otherwise the same storage is may be commit more then once.
+ // => otherwise the same storage is may be commit more than once.
return xChild;
}
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx
index e7934229cc5c..5de428aa53b5 100644
--- a/framework/source/dispatch/dispatchprovider.cxx
+++ b/framework/source/dispatch/dispatchprovider.cxx
@@ -170,7 +170,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_queryDeskt
(sTargetFrameName==SPECIALTARGET_MENUBAR ) || // valid for frame dispatches - not for desktop
(sTargetFrameName==SPECIALTARGET_PARENT ) || // we have no parent by definition
(sTargetFrameName==SPECIALTARGET_BEAMER ) // beamer frames are allowed as child of tasks only -
- // and they exist more then ones. We have no idea which our sub tasks is the right one
+ // and they exist more than ones. We have no idea which our sub tasks is the right one
)
{
return NULL;
diff --git a/framework/source/fwi/threadhelp/transactionmanager.cxx b/framework/source/fwi/threadhelp/transactionmanager.cxx
index e68086282add..521f168c3a18 100644
--- a/framework/source/fwi/threadhelp/transactionmanager.cxx
+++ b/framework/source/fwi/threadhelp/transactionmanager.cxx
@@ -104,7 +104,7 @@ void TransactionManager::setWorkingMode( EWorkingMode eMode )
/*-****************************************************************************************************
@short get current working mode
@descr If you stand in your close() or init() method ... but don't know
- if you called more then ones(!) ... you can use this function to get
+ if you called more than ones(!) ... you can use this function to get
right information.
e.g: You have a method init() which is used to change working mode from
E_INIT to E_WORK and should be used to initialize some member too ...
diff --git a/framework/source/helper/ocomponentenumeration.cxx b/framework/source/helper/ocomponentenumeration.cxx
index bfcdd43d992f..c54a6a800ffe 100644
--- a/framework/source/helper/ocomponentenumeration.cxx
+++ b/framework/source/helper/ocomponentenumeration.cxx
@@ -101,7 +101,7 @@ Any SAL_CALL OComponentEnumeration::nextElement() throw( NoSuchElementExcepti
void OComponentEnumeration::impl_resetObject()
{
// Attention:
- // Write this for multiple calls - NOT AT THE SAME TIME - but for more then one call again)!
+ // Write this for multiple calls - NOT AT THE SAME TIME - but for more than one call again)!
// It exist two ways to call this method. From destructor and from disposing().
// I can't say, which one is the first. Normaly the disposing-call - but other way ....
diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx
index d21680aeaf7d..16a8a4293f80 100644
--- a/framework/source/helper/oframes.cxx
+++ b/framework/source/helper/oframes.cxx
@@ -286,7 +286,7 @@ sal_Bool SAL_CALL OFrames::hasElements() throw( RuntimeException, std::exception
void OFrames::impl_resetObject()
{
// Attention:
- // Write this for multiple calls - NOT AT THE SAME TIME - but for more then one call again)!
+ // Write this for multiple calls - NOT AT THE SAME TIME - but for more than one call again)!
// It exist two ways to call this method. From destructor and from disposing().
// I can't say, which one is the first. Normaly the disposing-call - but other way ....
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 ...
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index d3f6e951771c..1616d3b9ab7f 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -1481,7 +1481,7 @@ css::uno::Reference< css::frame::XFrame > LoadEnv::impl_searchRecycleTarget()
// OK this task seems to be usable for recycling
// But we should mark it as such - means set an action lock.
- // Otherwise it would be used more then ones or will be destroyed
+ // Otherwise it would be used more than ones or will be destroyed
// by a close() or terminate() request.
// But if such lock already exist ... it means this task is used for
// any other operation already. Don't use it then.
diff --git a/framework/source/recording/dispatchrecordersupplier.cxx b/framework/source/recording/dispatchrecordersupplier.cxx
index a6a07a258d37..41bebab56b51 100644
--- a/framework/source/recording/dispatchrecordersupplier.cxx
+++ b/framework/source/recording/dispatchrecordersupplier.cxx
@@ -68,7 +68,7 @@ DispatchRecorderSupplier::~DispatchRecorderSupplier()
/**
@short set a new dispatch recorder on this supplier
- @descr Because there can exist more then one recorder implementations
+ @descr Because there can exist more than one recorder implementations
(to generate java/basic/... scripts from recorded data) it must
be possible to set it on a supplier.
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 2c3f26be42e0..a28a86b659c7 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -420,7 +420,7 @@ private:
bevor using).
And further it's not possible to use a simple boolean value here.
- Because if more then one operation iterates over the same stl container ...
+ Because if more than one operation iterates over the same stl container ...
(only to modify it's elements but dont add new or removing existing ones!)
it should be possible doing so. But we must guarantee that the last operation reset
this lock ... not the first one ! So we use a "ref count" mechanism for that."
@@ -762,7 +762,7 @@ private:
- patch the configuration.
Note further: It paches the info struct
- more then ones. E.g. the new temp URL is set
+ more than ones. E.g. the new temp URL is set
before the file is saved. And the old URL is removed
only if removing oft he old file was successfully.
If this method returns without an exception - everything
@@ -1130,7 +1130,7 @@ class CacheLockGuard
// this variable knows the state of the "cache lock"
sal_Int32& m_rCacheLock;
- // to prevent increasing/decreasing of m_rCacheLock more then ones
+ // to prevent increasing/decreasing of m_rCacheLock more than ones
// we must know if THIS guard has an actual lock set there !
bool m_bLockedByThisGuard;
@@ -2454,7 +2454,7 @@ void AutoRecovery::implts_registerDocument(const css::uno::Reference< css::frame
// Can happen if events came in asynchronous on recovery time.
// Then our cache was filled from the configuration ... but now we get some
// asynchronous events from the global event broadcaster. We must be sure that
- // we dont add the same document more then once.
+ // we dont add the same document more than once.
AutoRecovery::TDocumentList::iterator pIt = AutoRecovery::impl_searchDocument(m_lDocCache, xDocument);
if (pIt != m_lDocCache.end())
{
@@ -3228,7 +3228,7 @@ AutoRecovery::ETimerType AutoRecovery::implts_openDocs(const DispatchParams& aPa
// damaged on last saving time ...
// Then our listener need this notification.
// If it was damaged during last "try to open" ...
- // it will be notified more then once. SH.. HAPPENS ...
+ // it will be notified more than once. SH.. HAPPENS ...
// } /* SAFE */
g.clear();
implts_informListener(eJob,
@@ -3718,7 +3718,7 @@ void AutoRecovery::implts_doEmergencySave(const DispatchParams& aParams)
implts_persistAllActiveViewNames();
// The called method for saving documents runs
- // during normal AutoSave more then once. Because
+ // during normal AutoSave more than once. Because
// it postpone active documents and save it later.
// That is normaly done by recalling it from a timer.
// Here we must do it immediately!
@@ -3786,7 +3786,7 @@ void AutoRecovery::implts_doSessionSave(const DispatchParams& aParams)
implts_persistAllActiveViewNames();
// The called method for saving documents runs
- // during normal AutoSave more then once. Because
+ // during normal AutoSave more than once. Because
// it postpone active documents and save it later.
// That is normaly done by recalling it from a timer.
// Here we must do it immediately!
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index 781ce634e8a7..9b59140bd965 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -499,7 +499,7 @@ css::uno::Reference< css::lang::XComponent > SAL_CALL Desktop::getCurrentCompone
/*-************************************************************************************************************
@interface XDesktop
@short return the current active frame in hierarchy
- @descr There can be more then one different active paths in our frame hierarchy. But only one of them
+ @descr There can be more than one different active paths in our frame hierarchy. But only one of them
could be the most active frame (normal he has the focus).
Don't mix it with getActiveFrame()! That will return our current active frame, which must be
a direct child of us and should be a part(!) of an active path.
@@ -902,7 +902,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::findFrame( const OUS
(sTargetFrameName==SPECIALTARGET_MENUBAR ) || // valid for dispatches - not for findFrame()!
(sTargetFrameName==SPECIALTARGET_PARENT ) || // we have no parent by definition
(sTargetFrameName==SPECIALTARGET_BEAMER ) // beamer frames are allowed as child of tasks only -
- // and they exist more then ones. We have no idea which our sub tasks is the right one
+ // and they exist more than ones. We have no idea which our sub tasks is the right one
)
{
return NULL;
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 5ee93f50cbfc..4cadd9f0d2bf 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -325,7 +325,7 @@ private:
/*-****************************************************************************************************
@short helper methods
- @descr Follow methods are needed at different points of our code (more then ones!).
+ @descr Follow methods are needed at different points of our code (more than ones!).
@attention Threadsafe methods are signed by "implts_..."!
*//*-*****************************************************************************************************/
@@ -806,7 +806,7 @@ void SAL_CALL Frame::initialize( const css::uno::Reference< css::awt::XWindow >&
if ( m_xContainerWindow.is() )
throw css::uno::RuntimeException(
- "Frame::initialized() is called more then once, which isnt useful nor allowed.",
+ "Frame::initialized() is called more than once, which isnt useful nor allowed.",
static_cast< css::frame::XFrame* >(this));
// Look for rejected calls first!
@@ -2207,7 +2207,7 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL Frame::queryDispatch( cons
{
const char UNO_PROTOCOL[] = ".uno:";
- // Don't check incoming parameter here! Our helper do it for us and it isn't a good idea to do it more then ones!
+ // Don't check incoming parameter here! Our helper do it for us and it isn't a good idea to do it more than ones!
// But look for rejected calls!
TransactionGuard aTransaction( m_aTransactionManager, E_HARDEXCEPTIONS );
@@ -2229,7 +2229,7 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL Frame::queryDispatch( cons
}
/*-****************************************************************************************************
- @short handle more then ones dispatches at same call
+ @short handle more than ones dispatches at same call
@descr Returns a sequence of dispatches. For details see the queryDispatch method.
For failed dispatches we return empty items in list!
@@ -2242,7 +2242,7 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL Frame::queryDispatch( cons
*//*-*****************************************************************************************************/
css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Frame::queryDispatches( const css::uno::Sequence< css::frame::DispatchDescriptor >& lDescriptor ) throw( css::uno::RuntimeException, std::exception )
{
- // Don't check incoming parameter here! Our helper do it for us and it isn't a good idea to do it more then ones!
+ // Don't check incoming parameter here! Our helper do it for us and it isn't a good idea to do it more than ones!
// But look for rejected calls!
TransactionGuard aTransaction( m_aTransactionManager, E_HARDEXCEPTIONS );
@@ -2457,7 +2457,7 @@ void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css::
/*ATTENTION!
Don't try to suspend the controller here! Because it's done inside used dispatch().
- Otherwhise the dialog "would you save your changes?" will be shown more then once ...
+ Otherwhise the dialog "would you save your changes?" will be shown more than once ...
*/
/* SAFE */
diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx
index 9b9f935ec0cf..271eeff96d87 100644
--- a/framework/source/services/pathsettings.cxx
+++ b/framework/source/services/pathsettings.cxx
@@ -692,7 +692,7 @@ void PathSettings::impl_storePath(const PathSettings::PathInfo& aPath)
// on loading time really represent an user setting !!!
// Check if the given path exists inside the old configuration.
- // Because our new configuration knows more then the list of old paths ... !
+ // Because our new configuration knows more than the list of old paths ... !
if (xCfgOld->hasByName(aResubstPath.sPathName))
{
css::uno::Reference< css::beans::XPropertySet > xProps(xCfgOld, css::uno::UNO_QUERY_THROW);
@@ -715,7 +715,7 @@ void PathSettings::impl_mergeOldUserPaths( PathSettings::PathInfo& rPath,
if (rPath.bIsSinglePath)
{
- SAL_WARN_IF(lOld.size()>1, "fwk", "PathSettings::impl_mergeOldUserPaths(): Single path has more then one path value inside old configuration (Common.xcu)!");
+ SAL_WARN_IF(lOld.size()>1, "fwk", "PathSettings::impl_mergeOldUserPaths(): Single path has more than one path value inside old configuration (Common.xcu)!");
if (! rPath.sWritePath.equals(sOld))
rPath.sWritePath = sOld;
}
@@ -1192,7 +1192,7 @@ void PathSettings::impl_setPathValue( sal_Int32 nID ,
if (aChangePath.bIsSinglePath)
{
- SAL_WARN_IF(lList.size()>1, "fwk", "PathSettings::impl_setPathValue(): You try to set more then path value for a defined SINGLE_PATH!");
+ SAL_WARN_IF(lList.size()>1, "fwk", "PathSettings::impl_setPathValue(): You try to set more than path value for a defined SINGLE_PATH!");
if ( !lList.empty() )
aChangePath.sWritePath = *(lList.begin());
else
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 <<