summaryrefslogtreecommitdiff
path: root/include/svx/framelink.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/framelink.hxx')
-rw-r--r--include/svx/framelink.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/framelink.hxx b/include/svx/framelink.hxx
index bbe5234b7a5e..451c6573a072 100644
--- a/include/svx/framelink.hxx
+++ b/include/svx/framelink.hxx
@@ -115,7 +115,7 @@ public:
explicit Style( const Color& rColorPrim, const Color& rColorSecn, const Color& rColorGap, bool bUseGapColor,
double nP, double nD, double nS, editeng::SvxBorderStyle nType );
/** Constructs a frame style from the passed SvxBorderLine struct. Clears the style, if pBorder is 0. */
- explicit Style( const editeng::SvxBorderLine* pBorder, double fScale = 1.0, sal_uInt16 nMaxWidth = SAL_MAX_UINT16 );
+ explicit Style( const editeng::SvxBorderLine* pBorder, double fScale = 1.0 );
inline RefMode GetRefMode() const { return meRefMode; }
inline const Color& GetColorPrim() const { return maColorPrim; }