summaryrefslogtreecommitdiffstats
path: root/svx/source/form/fmsrccfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmsrccfg.cxx')
-rw-r--r--svx/source/form/fmsrccfg.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/form/fmsrccfg.cxx b/svx/source/form/fmsrccfg.cxx
index 6181fc2c3cc6..fdd943f2b03b 100644
--- a/svx/source/form/fmsrccfg.cxx
+++ b/svx/source/form/fmsrccfg.cxx
@@ -133,10 +133,8 @@ namespace svxform
++pSearch;
}
- OSL_FAIL(
- OString(
- "lcl_implMapIntValue: could not convert the integer value "
- + OString::number(_nValue) + " !").getStr());
+ SAL_WARN( "svx", "lcl_implMapIntValue: could not convert the integer value "
+ << _nValue << " !");
static const sal_Char* const s_pDummy = "";
// just as a fallback ....
return s_pDummy;