diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-03 15:27:26 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-13 16:50:40 +0100 |
commit | f549c4f683c420395bea85383a967493d04cb690 (patch) | |
tree | 3fa3912c3263f90652470d0b0c184333460955c7 /svx/workben | |
parent | 1c3b168ed11677a4171212f5f47483508715c333 (diff) |
Move DBG_ERROR to OSL_FAIL for getStr() (multiline)
Diffstat (limited to 'svx/workben')
-rw-r--r-- | svx/workben/msview/xmlconfig.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/workben/msview/xmlconfig.cxx b/svx/workben/msview/xmlconfig.cxx index 62f414c15460..1ee7475cc2d3 100644 --- a/svx/workben/msview/xmlconfig.cxx +++ b/svx/workben/msview/xmlconfig.cxx @@ -343,7 +343,7 @@ void load_config( const OUString& rPath ) } catch( Exception& r ) { - DBG_ERROR( + OSL_FAIL( (rtl::OString("load_config(), " "exception caught: ") + rtl::OUStringToOString( |