summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-26 10:46:20 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-26 10:46:20 +0300
commit5669a82f094a9e4a381078b200d98999d4d09068 (patch)
treeb6d92409b5648ad373d87c3bf023413b3911a859 /sw
parentaafc761738fb2d0c7d6931890be490d6cc3877ed (diff)
WaE: '%' : unrecognized character escape sequence
Diffstat (limited to 'sw')
-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 856b00832cf5..0d1c4c26e15a 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 only be 100 %");
aFmtCol.SetLineHeight((sal_uInt8)nPercent);
}