diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-26 16:01:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-30 10:34:38 +0200 |
commit | ec3f72415850bd865eb030cf2b7edb55b99d4756 (patch) | |
tree | e63a41091957725506cbb107a272a9872081e3e5 /cui | |
parent | d2df03574023b379ac09b1f71cae9e3ba3ac53e2 (diff) |
loplugin:unusedfields
Change-Id: Icac4ac1a2614e72bc9ff070819533e09eeb1a864
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/cuitabline.hxx | 4 | ||||
-rw-r--r-- | cui/source/tabpages/tpline.cxx | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx index 2eb5df821aa6..41ba413e7f60 100644 --- a/cui/source/inc/cuitabline.hxx +++ b/cui/source/inc/cuitabline.hxx @@ -147,10 +147,6 @@ private: RECT_POINT m_eRP; bool m_bObjSelected; - XLineStyleItem m_aXLStyle; - XLineWidthItem m_aXWidth; - XLineDashItem m_aXDash; - XLineColorItem m_aXColor; XLineAttrSetItem m_aXLineAttr; SfxItemSet& m_rXLSet; diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx index 65992f56815a..c86511d3ff64 100644 --- a/cui/source/tabpages/tpline.cxx +++ b/cui/source/tabpages/tpline.cxx @@ -98,10 +98,6 @@ SvxLineTabPage::SvxLineTabPage m_eRP( RP_LT ), m_bObjSelected( false ), - m_aXLStyle ( drawing::LineStyle_DASH ), - m_aXWidth ( 1 ), - m_aXDash ( OUString(), XDash( css::drawing::DashStyle_RECT, 3, 7, 2, 40, 15 ) ), - m_aXColor ( OUString(), COL_LIGHTRED ), m_aXLineAttr ( rInAttrs.GetPool() ), m_rXLSet ( m_aXLineAttr.GetItemSet() ), m_pnLineEndListState( nullptr ), |