Kaydet (Commit) f25b58fc authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Move DBG_ERROR to OSL_FAIL and correct OString usage

üst 291042fc
......@@ -227,9 +227,9 @@ namespace dbp
}
catch(Exception&)
{
DBG_ERROR( ::rtl::OString("OGridWizard::implApplySettings: unexpected exception while creating the grid column for field ")
OSL_FAIL( ( ::rtl::OString("OGridWizard::implApplySettings: unexpected exception while creating the grid column for field ")
+= ::rtl::OString(pFormFieldName->getStr(), pFormFieldName->getLength(), gsl_getSystemTextEncoding())
+= ::rtl::OString("!"));
+= ::rtl::OString("!") ).getStr() );
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment