summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-03 15:27:26 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-13 16:50:40 +0100
commitf549c4f683c420395bea85383a967493d04cb690 (patch)
tree3fa3912c3263f90652470d0b0c184333460955c7 /fpicker
parent1c3b168ed11677a4171212f5f47483508715c333 (diff)
Move DBG_ERROR to OSL_FAIL for getStr() (multiline)
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/commonpicker.cxx2
1 files changed, 1 insertions, 1 deletions
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()