forms/source/misc/InterfaceContainer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0cb40b6f02e4072de4aafd2b741a808fe1d34f96
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 14 21:23:21 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
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 <serval2...@yahoo.fr>

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
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to