summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-04 13:41:02 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-19 17:57:16 +0100
commit95ef468983dc8a3dd03dfb6fb9de4a44d5255c1c (patch)
tree31ef7bc1eabbf76bb592c6e7b1a5eb880572fd75 /svx/inc
parent107b2df50603cb030d50d5b34014972320a6e586 (diff)
Fixed units mess in SvxBorderLine and BorderLineImpl
Diffstat (limited to 'svx/inc')
-rwxr-xr-xsvx/inc/svx/frmsel.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/inc/svx/frmsel.hxx b/svx/inc/svx/frmsel.hxx
index ee7b092d03..81d2946e7c 100755
--- a/svx/inc/svx/frmsel.hxx
+++ b/svx/inc/svx/frmsel.hxx
@@ -129,9 +129,8 @@ public:
/** Returns true, if all visible frame borders have equal widths.
@descr Ignores hidden and "don't care" frame borders. On success,
- returns the widths in the passed parameters. */
- bool GetVisibleWidth( sal_uInt16& rnPrim, sal_uInt16& rnDist, sal_uInt16& rnSec,
- SvxBorderStyle& rnStyle ) const;
+ returns the width in the passed parameter. */
+ bool GetVisibleWidth( long& rnWidth, SvxBorderStyle& rnStyle ) const;
/** Returns true, if all visible frame borders have equal color.
@descr Ignores hidden and "don't care" frame borders. On success,
returns the color in the passed parameter. */