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

Move DBG_ERROR to OSL_FAIL (multiline)

üst dd212d34
...@@ -2826,7 +2826,7 @@ sal_Bool SwUnoCursorHelper::ConvertSortProperties( ...@@ -2826,7 +2826,7 @@ sal_Bool SwUnoCursorHelper::ConvertSortProperties(
if (bNewSortdescriptor && bOldSortdescriptor) if (bNewSortdescriptor && bOldSortdescriptor)
{ {
DBG_ERROR("someone tried to set the old deprecated and " OSL_FAIL("someone tried to set the old deprecated and "
"the new sortdescriptor"); "the new sortdescriptor");
bRet = sal_False; bRet = sal_False;
} }
......
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