diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-17 09:32:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-22 11:16:54 +0200 |
commit | 51b49228ee7d3bb9788b7ff44e2c1737caa63818 (patch) | |
tree | 08a810a27a463537c86a56773adb1e32dc2f03f4 /chart2/source/controller/inc | |
parent | e129d1ae092e3605656ca4c58be3b77495444e5f (diff) |
loplugin:unusedfields in avmedia..comphelper
Change-Id: I74f125103b67c506d9bb67537e4c4cd3f8f871da
Reviewed-on: https://gerrit.libreoffice.org/54641
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/inc')
4 files changed, 0 insertions, 7 deletions
diff --git a/chart2/source/controller/inc/dlg_InsertDataLabel.hxx b/chart2/source/controller/inc/dlg_InsertDataLabel.hxx index 43a67490648f..c1660dc20fda 100644 --- a/chart2/source/controller/inc/dlg_InsertDataLabel.hxx +++ b/chart2/source/controller/inc/dlg_InsertDataLabel.hxx @@ -38,8 +38,6 @@ private: // HelpButton m_aBtnHelp; std::unique_ptr < DataLabelResources > m_apDataLabelResources; - const SfxItemSet& m_rInAttrs; - public: DataLabelsDialog(vcl::Window* pParent, const SfxItemSet& rInAttrs, SvNumberFormatter* pFormatter); virtual ~DataLabelsDialog() override; diff --git a/chart2/source/controller/inc/dlg_InsertErrorBars.hxx b/chart2/source/controller/inc/dlg_InsertErrorBars.hxx index 584033a45584..796b0dc46888 100644 --- a/chart2/source/controller/inc/dlg_InsertErrorBars.hxx +++ b/chart2/source/controller/inc/dlg_InsertErrorBars.hxx @@ -48,8 +48,6 @@ public: virtual void DataChanged( const DataChangedEvent& rDCEvt ) override; private: - const SfxItemSet & rInAttrs; - std::unique_ptr< ErrorBarResources > m_apErrorBarResources; }; diff --git a/chart2/source/controller/inc/dlg_ObjectProperties.hxx b/chart2/source/controller/inc/dlg_ObjectProperties.hxx index d8702f689191..afa83bc6f56c 100644 --- a/chart2/source/controller/inc/dlg_ObjectProperties.hxx +++ b/chart2/source/controller/inc/dlg_ObjectProperties.hxx @@ -106,7 +106,6 @@ class ViewElementListProvider; class SchAttribTabDlg : public SfxTabDialog { private: - ObjectType eObjectType; sal_uInt16 nDlgType; const ObjectPropertiesDialogParameter * const m_pParameter; diff --git a/chart2/source/controller/inc/res_ErrorBar.hxx b/chart2/source/controller/inc/res_ErrorBar.hxx index e5ade413f9a4..a2688c288da4 100644 --- a/chart2/source/controller/inc/res_ErrorBar.hxx +++ b/chart2/source/controller/inc/res_ErrorBar.hxx @@ -106,8 +106,6 @@ private: bool m_bRangePosUnique; bool m_bRangeNegUnique; - bool m_bNoneAvailable; - tErrorBarType m_eErrorBarType; sal_uInt16 m_nConstDecimalDigits; sal_Int64 m_nConstSpinSize; |