From f549c4f683c420395bea85383a967493d04cb690 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 3 Mar 2011 15:27:26 +0100 Subject: Move DBG_ERROR to OSL_FAIL for getStr() (multiline) --- fpicker/source/office/commonpicker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker/source/office') diff --git a/fpicker/source/office/commonpicker.cxx b/fpicker/source/office/commonpicker.cxx index 71a0fd0a6a11..f360770dea4b 100644 --- a/fpicker/source/office/commonpicker.cxx +++ b/fpicker/source/office/commonpicker.cxx @@ -465,7 +465,7 @@ namespace svt } else { - DBG_ERROR( + OSL_FAIL( ( ::rtl::OString( "OCommonPicker::initialize: unknown argument type at position " ) += ::rtl::OString::valueOf( (sal_Int32)( pArguments - _rArguments.getConstArray() ) ) ).getStr() -- cgit