diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-21 17:36:50 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-21 20:29:57 +0100 |
commit | 9288afaa6956c4fcd8f66cdd03a6fa057469db66 (patch) | |
tree | e84c21407d52b46567038ef12b13e7a2d3d1ddc5 /toolkit | |
parent | 925af83ca4a383be854317ce41b7eb739c09ec32 (diff) |
Fix typos
Change-Id: I4713dd5c590d331e599b7e9ab88f5cc65e8d7b87
Reviewed-on: https://gerrit.libreoffice.org/45045
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/controls/controlmodelcontainerbase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/controlmodelcontainerbase.cxx b/toolkit/source/controls/controlmodelcontainerbase.cxx index a92db2112f7c..3aaff3f1f459 100644 --- a/toolkit/source/controls/controlmodelcontainerbase.cxx +++ b/toolkit/source/controls/controlmodelcontainerbase.cxx @@ -492,7 +492,7 @@ void ControlModelContainerBase::replaceByName( const OUString& aName, const Any& Reference< XNameContainer > xAllChildren( getPropertyValue( GetPropertyName( BASEPROPERTY_USERFORMCONTAINEES ) ), UNO_QUERY ); if ( xAllChildren.is() ) { - // remove old control (and children) from global list of containes + // remove old control (and children) from global list of containers updateUserFormChildren( xAllChildren, aName, Remove, uno::Reference< XControlModel >() ); // Add new control (and containees if they exist) updateUserFormChildren( xAllChildren, aName, Insert, xNewModel ); |