summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-08-16 14:46:10 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-08-18 09:49:52 +0200
commitd055f7eba0ad624ff1642a0f1421aa1fbfbbe9c5 (patch)
tree9b82e858396fc926dfc52ab1ca9872639f826571 /cui
parentc956bde226ffd646ab6ca0c72d50a375ae52edb3 (diff)
Update comment in border.cxx
Change-Id: Ica1adc71f3269a88bcf478931cee56dde565898c
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/border.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index cf10d122a4b1..bceaed1f9680 100644
--- a/cui/source/tabpages/border.cxx
+++ b/cui/source/tabpages/border.cxx
@@ -1075,7 +1075,7 @@ IMPL_LINK_NOARG(SvxBorderTabPage, LinesChanged_Impl)
// for tables everything is allowed
sal_uInt16 nValid = VALID_TOP|VALID_BOTTOM|VALID_LEFT|VALID_RIGHT;
- // for other objects (paragraph, page, frame) the edit is disabled, if there's no border set
+ // for other objects (paragraph, page, frame, character) the edit is disabled, if there's no border set
if(!(nSWMode & SW_BORDER_MODE_TABLE))
{
if(bLineSet)