Kaydet (Commit) 2998604b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Make OSL_ENSURE explanation text match the test

üst 5669a82f
......@@ -103,7 +103,7 @@ short SwColMgr::GetLineHeightPercent() const
void SwColMgr::SetLineHeightPercent(short nPercent)
{
OSL_ENSURE(nPercent <= 100, "line height may only be 100 %");
OSL_ENSURE(nPercent <= 100, "line height may be at most 100 %");
aFmtCol.SetLineHeight((sal_uInt8)nPercent);
}
......
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