summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-09-11 16:48:40 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-09-15 18:45:57 +0200
commit3da52a1f5783ee1fd6fe7f741920b0450305f1b6 (patch)
tree9c0b6890751dff95741036d45e43abd3403ce9e7 /include
parentUse the shorter GetScaledWidth() method (diff)
downloadcore-3da52a1f5783ee1fd6fe7f741920b0450305f1b6.tar.gz
core-3da52a1f5783ee1fd6fe7f741920b0450305f1b6.zip
Remove unused width members from BorderLine class
Change-Id: Ibf86c21ab13a4dce4e43634b26dfe8b3cf9a5b72
Diffstat (limited to 'include')
-rw-r--r--include/editeng/borderline.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/editeng/borderline.hxx b/include/editeng/borderline.hxx
index fd91e16cdeea..66194d6a0980 100644
--- a/include/editeng/borderline.hxx
+++ b/include/editeng/borderline.hxx
@@ -62,9 +62,6 @@ namespace editeng {
long m_nDiv;
SvxBorderStyle m_nStyle;
- sal_uInt16 nOutWidth;
- sal_uInt16 nInWidth;
- sal_uInt16 nDistance;
bool m_bUseLeftTop;
Color (*m_pColorOutFn)( Color );