forms/source/misc/InterfaceContainer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0cb40b6f02e4072de4aafd2b741a808fe1d34f96 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:23:21 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Fri Jun 7 07:06:20 2019 +0200 Fix typo Change-Id: I577cecc9b5c73a999b0e38478adf71c527210619 Reviewed-on: https://gerrit.libreoffice.org/73635 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
