diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-04 20:27:21 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-11 23:46:24 +0100 |
commit | 916adbef625e7a79a053c37239a480c76290ba49 (patch) | |
tree | f10733d708e9c990a385aceeb95aa1cb228be7f9 | |
parent | 0a01eebf35b4c81192fe710ef3483723e1111427 (diff) |
Move DBG_ERROR to OSL_FAIL (multiline)
-rw-r--r-- | cui/source/options/optsave.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optsave.cxx b/cui/source/options/optsave.cxx index 6d8f59779..4b2ee5af9 100644 --- a/cui/source/options/optsave.cxx +++ b/cui/source/options/optsave.cxx @@ -527,7 +527,7 @@ void SfxSaveTabPage::Reset( const SfxItemSet& ) catch(Exception& e) { (void) e; - DBG_ERROR( + OSL_FAIL( rtl::OUStringToOString( (rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( |