diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-17 21:00:26 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-17 22:48:53 -0400 |
commit | 87efec9cc27b18aa09e50c289b503ba1127eb0b8 (patch) | |
tree | 9321247e5ca5128bec92ab91fad3e4a9d8982d91 /include/editeng | |
parent | d2eb2c5a02718b83475bc718e117eb6255cbac98 (diff) |
Make this non-inline.
Change-Id: I2002f7278b63b7678a5274e4213ab9dfb50e525e
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/borderline.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/borderline.hxx b/include/editeng/borderline.hxx index 3465a02b1d4c..c080a9413200 100644 --- a/include/editeng/borderline.hxx +++ b/include/editeng/borderline.hxx @@ -86,7 +86,7 @@ namespace editeng { bool HasGapColor() const { return m_pColorGapFn != NULL; } Color GetColorGap() const; - void SetWidth( long nWidth = 0 ) { m_nWidth = nWidth; } + void SetWidth( long nWidth = 0 ); /** Guess the style and width from the three lines widths values. When the value of nStyle is SvxBorderLine::DOUBLE, the style set will be guessed |