diff options
-rw-r--r-- | framework/source/uifactory/uicontrollerfactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uifactory/uicontrollerfactory.cxx b/framework/source/uifactory/uicontrollerfactory.cxx index deaf29485c6c..335854e01685 100644 --- a/framework/source/uifactory/uicontrollerfactory.cxx +++ b/framework/source/uifactory/uicontrollerfactory.cxx @@ -125,7 +125,7 @@ Reference< XInterface > SAL_CALL UIControllerFactory::createInstanceWithArgument OUString aPropName; PropertyValue aPropValue; - // Retrieve the optional module name form the Arguments sequence. It is used as a part of + // Retrieve the optional module name from the Arguments sequence. It is used as a part of // the hash map key to support different controller implementation for the same URL but different // module!! for ( int i = 0; i < Arguments.getLength(); i++ ) |