diff options
author | Sébastien Le Ray <sebastien-libreoffice@orniz.org> | 2011-02-27 23:27:37 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-03-03 10:41:28 +0000 |
commit | b85ab50740f00190c6df80af062b62f674bcf0d9 (patch) | |
tree | 79a11571fa857596bf1b204114e60230ad4a9c3d /sw/source/core | |
parent | a1881ec67c35b96b390251349a12c2cc38eee617 (diff) |
Code style
Diffstat (limited to 'sw/source/core')
-rw-r--r-- | sw/source/core/layout/layact.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/layact.cxx b/sw/source/core/layout/layact.cxx index 4479c93bca..c4989b856a 100644 --- a/sw/source/core/layout/layact.cxx +++ b/sw/source/core/layout/layact.cxx @@ -1450,7 +1450,7 @@ BOOL SwLayAction::FormatLayout( SwLayoutFrm *pLay, BOOL bAddRect ) // nothing to do break; } - aPaint.Bottom( aPaint.Bottom() + nShadowWidth); + aPaint.Bottom( aPaint.Bottom() + nShadowWidth ); } if ( pLay->IsPageFrm() && |