summaryrefslogtreecommitdiffstats
path: root/fpicker/source/office/commonpicker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/commonpicker.cxx')
-rw-r--r--fpicker/source/office/commonpicker.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/fpicker/source/office/commonpicker.cxx b/fpicker/source/office/commonpicker.cxx
index 1150ed51864e..14fcbd9c5ea8 100644
--- a/fpicker/source/office/commonpicker.cxx
+++ b/fpicker/source/office/commonpicker.cxx
@@ -446,10 +446,8 @@ namespace svt
}
else
{
- OSL_FAIL(
- OString(
- "OCommonPicker::initialize: unknown argument type at position "
- + OString::number(pArguments - _rArguments.getConstArray())).getStr());
+ SAL_WARN( "fpicker", "OCommonPicker::initialize: unknown argument type at position "
+ << (pArguments - _rArguments.getConstArray()));
continue;
}