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

Move OSL_ENSURE(false,...) to OSL_FAIL(...)

üst 64378f44
......@@ -2525,7 +2525,7 @@ void SwBaseShell::ExecDlg(SfxRequest &rReq)
}
break;
default:OSL_ENSURE(false, "wrong Dispatcher (basesh.cxx)");
default:OSL_FAIL("wrong Dispatcher (basesh.cxx)");
}
if(!bDone)
rReq.Done();
......
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