From 0cb40b6f02e4072de4aafd2b741a808fe1d34f96 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:23:21 +0000 Subject: Fix typo Change-Id: I577cecc9b5c73a999b0e38478adf71c527210619 Reviewed-on: https://gerrit.libreoffice.org/73635 Tested-by: Jenkins Reviewed-by: Julien Nabet --- forms/source/misc/InterfaceContainer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms/source/misc/InterfaceContainer.cxx') diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx index d7ef5363cbe6..6c24a53dd812 100644 --- a/forms/source/misc/InterfaceContainer.cxx +++ b/forms/source/misc/InterfaceContainer.cxx @@ -525,7 +525,7 @@ void SAL_CALL OInterfaceContainer::read( const Reference< XObjectInputStream >& catch(const WrongFormatException&) { // the object could not be read - // create a object (so the readEvents below will assign the events to the right controls) + // create an object (so the readEvents below will assign the events to the right controls) xObj = lcl_createPlaceHolder( m_xContext ); if ( !xObj.is() ) // couldn't handle it -- cgit