summaryrefslogtreecommitdiff
path: root/editeng/inc
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-07 13:40:44 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-19 17:57:17 +0100
commitd674abd352080308f0d21ae1b4cf4a2cb4549979 (patch)
treec1b43b49f58b8ae5ae98d1136a9c2e36b7d218b5 /editeng/inc
parent9bd78655198ad497bef9872422a1004cfbf8698f (diff)
Switching the order of the SetLinesWidth arguments
Diffstat (limited to 'editeng/inc')
-rwxr-xr-xediteng/inc/editeng/borderline.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/editeng/borderline.hxx b/editeng/inc/editeng/borderline.hxx
index 4134e62e03f9..f66244de589f 100755
--- a/editeng/inc/editeng/borderline.hxx
+++ b/editeng/inc/editeng/borderline.hxx
@@ -175,7 +175,7 @@ public:
\param nOut the width of the outer line in 1th pt
\param nDist the width of the gap between the lines in 1th pt
*/
- void SetLinesWidths( SvxBorderStyle nStyle, sal_uInt16 nIn, sal_uInt16 nOut, sal_uInt16 nDist );
+ void GuessLinesWidths( SvxBorderStyle nStyle, sal_uInt16 nOut, sal_uInt16 nIn = 0, sal_uInt16 nDist = 0 );
// TODO Hacky method to mirror lines in only a few cases
void SetMirrorWidths( bool bMirror = true ) { m_bMirrorWidths = bMirror; }