Replaced SAL_INFO with SAL_WARN were applicable.
This commit is contained in:
committed by
Michael Stahl
parent
91fe68f4c2
commit
64fb265325
@@ -259,7 +259,7 @@ IMPL_LINK( SvxJavaOptionsPage, AddHdl_Impl, PushButton *, EMPTYARG )
|
||||
}
|
||||
catch ( Exception& )
|
||||
{
|
||||
SAL_INFO( "cui", "SvxJavaOptionsPage::AddHdl_Impl(): caught exception" );
|
||||
SAL_WARN( "cui.options", "SvxJavaOptionsPage::AddHdl_Impl(): caught exception" );
|
||||
}
|
||||
|
||||
return 0;
|
||||
@@ -379,7 +379,7 @@ IMPL_LINK( SvxJavaOptionsPage, StartFolderPickerHdl, void*, EMPTYARG )
|
||||
}
|
||||
catch ( Exception& )
|
||||
{
|
||||
SAL_INFO( "cui", "SvxJavaOptionsPage::StartFolderPickerHdl(): caught exception" );
|
||||
SAL_WARN( "cui.options", "SvxJavaOptionsPage::StartFolderPickerHdl(): caught exception" );
|
||||
}
|
||||
|
||||
return 0L;
|
||||
|
Reference in New Issue
Block a user