Kaydet (Commit) 16f72241 authored tarafından Julien Nabet's avatar Julien Nabet

Try to fix clang tinderbox

Change-Id: I48124ea0f617396d92f82e4afd8b84a162af2862
üst e14e818a
......@@ -593,7 +593,7 @@ void SAL_CALL OInterfaceContainer::read( const Reference< XObjectInputStream >&
}
catch( const Exception& )
{
SAL_WARN("forms", "OInterfaceContainerHelper::read: reading succeeded, but not inserting!" );
SAL_WARN("forms.misc", "OInterfaceContainerHelper::read: reading succeeded, but not inserting!" );
// create a placeholder
xElement = xElement.query( lcl_createPlaceHolder( m_xContext ) );
if ( !xElement.is() )
......@@ -1136,7 +1136,7 @@ void SAL_CALL OInterfaceContainer::insertByName(const OUString& _rName, const An
}
catch( const Exception& )
{
SAL_WARN("forms", "OInterfaceContainer::insertByName: caught an exception!" );
SAL_WARN("forms.misc", "OInterfaceContainer::insertByName: caught an exception!" );
}
implInsert( m_aItems.size(), xElementProps, sal_True, aElementMetaData.get(), sal_True );
}
......
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