From 11ca1f86f80984ec07f5051ab05f864d55db5974 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 20 Nov 2017 22:01:09 +0100 Subject: Fix typos Change-Id: I40b3a46d46f0586d086bdbe41876c088f8c1cb58 Reviewed-on: https://gerrit.libreoffice.org/45007 Tested-by: Jenkins Reviewed-by: Jens Carl --- toolkit/source/controls/controlmodelcontainerbase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/source/controls/controlmodelcontainerbase.cxx') diff --git a/toolkit/source/controls/controlmodelcontainerbase.cxx b/toolkit/source/controls/controlmodelcontainerbase.cxx index 57b80755554e..a92db2112f7c 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 containees + // remove old control (and children) from global list of containes updateUserFormChildren( xAllChildren, aName, Remove, uno::Reference< XControlModel >() ); // Add new control (and containees if they exist) updateUserFormChildren( xAllChildren, aName, Insert, xNewModel ); -- cgit