diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-09 11:12:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-09 14:16:36 +0200 |
commit | 664db0d945fbb23e115eeea8377e3a4e88541da1 (patch) | |
tree | 7105b54a8a7b5d2eca45fee1b3ff7f326e99e81a /chart2/source/controller/inc | |
parent | c11ee0f7b0e4e7bf4d1e2e5bb4309f24b917ce79 (diff) |
loplugin:unusedmethods
Change-Id: Icd7a0f9909f36363b307b4fe7ee920183881afbb
Reviewed-on: https://gerrit.libreoffice.org/61576
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/inc')
-rw-r--r-- | chart2/source/controller/inc/res_LegendPosition.hxx | 7 | ||||
-rw-r--r-- | chart2/source/controller/inc/res_Titles.hxx | 3 |
2 files changed, 0 insertions, 10 deletions
diff --git a/chart2/source/controller/inc/res_LegendPosition.hxx b/chart2/source/controller/inc/res_LegendPosition.hxx index 1568781e4818..9dc6f6fef230 100644 --- a/chart2/source/controller/inc/res_LegendPosition.hxx +++ b/chart2/source/controller/inc/res_LegendPosition.hxx @@ -74,8 +74,6 @@ class SchLegendPositionResources final { public: - //constructor without Display checkbox - SchLegendPositionResources(weld::Builder& rBuilder); //constructor inclusive Display checkbox SchLegendPositionResources(weld::Builder& rBuilder, const css::uno::Reference< css::uno::XComponentContext>& xCC ); @@ -84,11 +82,6 @@ public: void writeToResources( const css::uno::Reference< css::frame::XModel >& xChartModel ); void writeToModel( const css::uno::Reference< css::frame::XModel >& xChartModel ) const; - void initFromItemSet( const SfxItemSet& rInAttrs ); - void writeToItemSet( SfxItemSet& rOutAttrs ) const; - - void SetChangeHdl( const Link<LinkParamNone*,void>& rLink ); - DECL_LINK(PositionEnableHdl, weld::ToggleButton&, void); DECL_LINK(PositionChangeHdl, weld::ToggleButton&, void); diff --git a/chart2/source/controller/inc/res_Titles.hxx b/chart2/source/controller/inc/res_Titles.hxx index 8ba85b7ddb9a..9541a2c82ba9 100644 --- a/chart2/source/controller/inc/res_Titles.hxx +++ b/chart2/source/controller/inc/res_Titles.hxx @@ -70,9 +70,6 @@ public: void writeToResources( const TitleDialogData& rInput ); void readFromResources( TitleDialogData& rOutput ); - bool IsModified(); - void ClearModifyFlag(); - private: std::unique_ptr<weld::Label> m_xFT_Main; std::unique_ptr<weld::Label> m_xFT_Sub; |