diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-22 14:20:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-23 09:01:00 +0200 |
commit | 75ddf3a22aa83d1b067085bd7132acab5a088856 (patch) | |
tree | f7b9c3c0a8ab9eab7ac768236c4de3c463e9dc67 /cui/source/tabpages/tparea.cxx | |
parent | 55ff9d3e2d160132f905b8c932b622c0c8575478 (diff) |
loplugin:unusedfields in cui
Change-Id: I6d3ef43ab915d65794f1052f1f184eda10d39e1a
Reviewed-on: https://gerrit.libreoffice.org/39136
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/tabpages/tparea.cxx')
-rw-r--r-- | cui/source/tabpages/tparea.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx index 53d9ab5a2248..5e682bf92075 100644 --- a/cui/source/tabpages/tparea.cxx +++ b/cui/source/tabpages/tparea.cxx @@ -96,7 +96,6 @@ SvxAreaTabPage::SvxAreaTabPage( vcl::Window* pParent, const SfxItemSet& rInAttrs m_pHatchingList( nullptr ), m_pBitmapList( nullptr ), m_pPatternList( nullptr ), - mpDrawModel(nullptr), // local fixed not o be changed values for local pointers maFixed_ChangeType(ChangeType::NONE), @@ -107,9 +106,6 @@ SvxAreaTabPage::SvxAreaTabPage( vcl::Window* pParent, const SfxItemSet& rInAttrs m_pnPatternListState(&maFixed_ChangeType), m_pnGradientListState(&maFixed_ChangeType), m_pnHatchingListState(&maFixed_ChangeType), - m_nPageType(PageType::Area), - m_nDlgType(0), - m_pbAreaTP(nullptr), m_aXFillAttr ( rInAttrs.GetPool() ), m_rXFSet ( m_aXFillAttr.GetItemSet() ) { |