summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-03-17 21:00:26 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-03-17 22:48:53 -0400
commit87efec9cc27b18aa09e50c289b503ba1127eb0b8 (patch)
tree9321247e5ca5128bec92ab91fad3e4a9d8982d91 /editeng
parentd2eb2c5a02718b83475bc718e117eb6255cbac98 (diff)
Make this non-inline.
Change-Id: I2002f7278b63b7678a5274e4213ab9dfb50e525e
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/items/borderline.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/editeng/source/items/borderline.cxx b/editeng/source/items/borderline.cxx
index d3eef130e64c..d58f8c3dbc1c 100644
--- a/editeng/source/items/borderline.cxx
+++ b/editeng/source/items/borderline.cxx
@@ -618,7 +618,10 @@ Color SvxBorderLine::GetColorGap( ) const
return aResult;
}
-
+void SvxBorderLine::SetWidth( long nWidth )
+{
+ m_nWidth = nWidth;
+}
OUString SvxBorderLine::GetValueString( SfxMapUnit eSrcUnit,
SfxMapUnit eDestUnit,