diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-09-11 16:48:40 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-09-15 18:45:57 +0200 |
commit | 3da52a1f5783ee1fd6fe7f741920b0450305f1b6 (patch) | |
tree | 9c0b6890751dff95741036d45e43abd3403ce9e7 /include/editeng | |
parent | 922e4ba2994c914a8b393723fbee28529abd8a6b (diff) |
Remove unused width members from BorderLine class
Change-Id: Ibf86c21ab13a4dce4e43634b26dfe8b3cf9a5b72
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/borderline.hxx | 3 |
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 ); |