summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-26 10:48:33 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-26 10:48:33 +0300
commit2998604bda2ade9e2935d2dae7e539cbc71211f2 (patch)
tree1f7fae3f1d9802a041b3387552e7c56c5455d0dd
parent5669a82f094a9e4a381078b200d98999d4d09068 (diff)
Make OSL_ENSURE explanation text match the test
-rw-r--r--sw/source/ui/frmdlg/colmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/frmdlg/colmgr.cxx b/sw/source/ui/frmdlg/colmgr.cxx
index 0d1c4c26e15a..e3407f63f99a 100644
--- a/sw/source/ui/frmdlg/colmgr.cxx
+++ b/sw/source/ui/frmdlg/colmgr.cxx
@@ -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);
}