[Libreoffice-commits] core.git: forms/source
Julien Nabet
serval2412 at yahoo.fr
Wed Jul 3 15:01:13 PDT 2013
forms/source/misc/InterfaceContainer.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 16f72241f7649c2b4cd4f704c225e1fed39d0081
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Thu Jul 4 00:00:18 2013 +0200
Try to fix clang tinderbox
Change-Id: I48124ea0f617396d92f82e4afd8b84a162af2862
diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx
index c8c3cf6..9e91c2b8 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 );
}
More information about the Libreoffice-commits
mailing list