diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 21:15:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-26 13:03:29 +0000 |
commit | 633fca5f3caedac6ea59be99809ffa899cd1bfff (patch) | |
tree | f9daec13d981d200d6638fcfbba48d3f635de3b4 /forms | |
parent | 07c584ad8ce44cc6fe098a177c8b07e6cfc7881e (diff) |
remove two more duplicates
Moreover clarify a comment and remove some commented code.
Change-Id: Iba87b9ea6675a9bb50b8af0f094891e59bd93bd8
Reviewed-on: https://gerrit.libreoffice.org/2406
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/richtext/richtextimplcontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/richtext/richtextimplcontrol.cxx b/forms/source/richtext/richtextimplcontrol.cxx index c23ed5ce05da..c4faf3b1d230 100644 --- a/forms/source/richtext/richtextimplcontrol.cxx +++ b/forms/source/richtext/richtextimplcontrol.cxx @@ -625,7 +625,7 @@ namespace frm // don't draw the text over the border lcl_inflate( aPlayground, -aOnePixel.Width(), -aOnePixel.Height() ); - // leave a space of one pixel between the "surroundings" of the control + // leave a space of two pixels between the "surroundings" of the control // and the content lcl_inflate( aPlayground, -aOnePixel.Width(), -aOnePixel.Height() ); lcl_inflate( aPlayground, -aOnePixel.Width(), -aOnePixel.Height() ); |