{
final CSSValue notAFunctionAnymore =
resolveParameter(layoutProcess, layoutElement, value);
if (notAFunctionAnymore instanceof CSSStringValue)
{
final CSSStringValue strVal = (CSSStringValue) notAFunctionAnymore;
return strVal.getValue();
}
// Falling back to the Value itself ..
final String retval = notAFunctionAnymore.getCSSText();