Replaced DBG_ERRORFILE with SAL_INFO.

This commit is contained in:
Marcel Metz
2012-01-11 10:14:13 +01:00
committed by David Tardon
parent 268050960a
commit a18123fb97
63 changed files with 136 additions and 159 deletions

View File

@@ -259,9 +259,7 @@ IMPL_LINK( SvxJavaOptionsPage, AddHdl_Impl, PushButton *, EMPTYARG )
}
catch ( Exception& )
{
#ifdef DBG_UTIL
DBG_ERRORFILE( "SvxJavaOptionsPage::AddHdl_Impl(): caught exception" );
#endif
SAL_INFO( "cui", "SvxJavaOptionsPage::AddHdl_Impl(): caught exception" );
}
return 0;
@@ -381,9 +379,7 @@ IMPL_LINK( SvxJavaOptionsPage, StartFolderPickerHdl, void*, EMPTYARG )
}
catch ( Exception& )
{
#ifdef DBG_UTIL
DBG_ERRORFILE( "SvxJavaOptionsPage::StartFolderPickerHdl(): caught exception" );
#endif
SAL_INFO( "cui", "SvxJavaOptionsPage::StartFolderPickerHdl(): caught exception" );
}
return 0L;