Kaydet (Commit) 0cb40b6f authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I577cecc9b5c73a999b0e38478adf71c527210619
Reviewed-on: https://gerrit.libreoffice.org/73635
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst f158398d
...@@ -525,7 +525,7 @@ void SAL_CALL OInterfaceContainer::read( const Reference< XObjectInputStream >& ...@@ -525,7 +525,7 @@ void SAL_CALL OInterfaceContainer::read( const Reference< XObjectInputStream >&
catch(const WrongFormatException&) catch(const WrongFormatException&)
{ {
// the object could not be read // 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 ); xObj = lcl_createPlaceHolder( m_xContext );
if ( !xObj.is() ) if ( !xObj.is() )
// couldn't handle it // couldn't handle it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment