From ef513fd4b049b214a03fbe6e62a5ea43680a7a9b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 26 May 2017 10:58:42 +0200 Subject: remove unnecessary use of OString::getStr Change-Id: I0490efedf459190521f4339854b3394d57765fdb Reviewed-on: https://gerrit.libreoffice.org/38058 Tested-by: Jenkins Reviewed-by: Noel Grandin --- fpicker/source/office/commonpicker.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'fpicker') 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; } -- cgit