diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-07-04 00:00:18 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-07-04 00:00:51 +0200 |
commit | 16f72241f7649c2b4cd4f704c225e1fed39d0081 (patch) | |
tree | f7d63945f8cc0aa1513c42bf464daecb0202feeb /forms/source/misc/InterfaceContainer.cxx | |
parent | e14e818ac3b890ee35c7be349ae39e8e3bdc277d (diff) |
Try to fix clang tinderbox
Change-Id: I48124ea0f617396d92f82e4afd8b84a162af2862
Diffstat (limited to 'forms/source/misc/InterfaceContainer.cxx')
-rw-r--r-- | forms/source/misc/InterfaceContainer.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx index c8c3cf6096ff..9e91c2b8738b 100644 --- a/forms/source/misc/InterfaceContainer.cxx +++ b/forms/source/misc/InterfaceContainer.cxx @@ -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 ); } |