diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-16 23:15:55 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-17 23:27:44 +0100 |
commit | 2a566b17752869a2760f85bed5bf4f59ab0b8211 (patch) | |
tree | 2b19ae74e01785b084275952327bf721ac468899 /linguistic | |
parent | 3f7c5847ffca045230f4fa2a163405e35afb04d7 (diff) |
Replaced SAL_INFO with SAL_WARN were applicable.
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/convdiclist.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/convdiclist.cxx b/linguistic/source/convdiclist.cxx index 93af0f049ba0..05b3a9bc52fe 100644 --- a/linguistic/source/convdiclist.cxx +++ b/linguistic/source/convdiclist.cxx @@ -319,11 +319,11 @@ void SAL_CALL ConvDicNameContainer::removeByName( const OUString& rName ) } catch( ::com::sun::star::ucb::CommandAbortedException& ) { - SAL_INFO( "linguistic", "HangulHanjaOptionsDialog::OkHdl(): CommandAbortedException" ); + SAL_WARN( "linguistic", "HangulHanjaOptionsDialog::OkHdl(): CommandAbortedException" ); } catch( ... ) { - SAL_INFO( "linguistic", "HangulHanjaOptionsDialog::OkHdl(): Any other exception" ); + SAL_WARN( "linguistic", "HangulHanjaOptionsDialog::OkHdl(): Any other exception" ); } } |