diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-27 09:25:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-27 10:43:35 +0200 |
commit | 7ef34163216d575f43dfef6fa734ee06d2fe13af (patch) | |
tree | 94914ca19e7268bc5f17791bfb36f4ccf9a1d229 /cui/source/inc/cfgutil.hxx | |
parent | 7c52d86f7b05fe7e0178f6d98a12a531b88a32ff (diff) |
loplugin:unusedmethods
Change-Id: I5d75baa2af046f377b49e967783fb06cd9e885ef
Reviewed-on: https://gerrit.libreoffice.org/42841
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/cfgutil.hxx')
-rw-r--r-- | cui/source/inc/cfgutil.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cui/source/inc/cfgutil.hxx b/cui/source/inc/cfgutil.hxx index 528b26f04b0e..3b2b190ed26e 100644 --- a/cui/source/inc/cfgutil.hxx +++ b/cui/source/inc/cfgutil.hxx @@ -192,7 +192,6 @@ class SvxScriptSelectorDialog : public ModalDialog OUString m_sDefaultDesc; SfxStylesInfo_Impl m_aStylesInfo; bool m_bShowSlots; - Link<SvxScriptSelectorDialog&,void> m_aAddHdl; DECL_LINK( ClickHdl, Button *, void ); DECL_LINK( SelectHdl, SvTreeListBox*, void ); @@ -210,18 +209,8 @@ public: virtual ~SvxScriptSelectorDialog() override; virtual void dispose() override; - void SetAddHdl( const Link<SvxScriptSelectorDialog&,void>& rLink ) { m_aAddHdl = rLink; } - const Link<SvxScriptSelectorDialog&,void>& GetAddHdl() const { return m_aAddHdl; } - - void SetImageProvider(SaveInData* provider) - { - m_pCategories->SetImageProvider(provider); - } - OUString GetScriptURL() const; - OUString GetSelectedDisplayName(); void SetRunLabel(); - void SetDialogDescription(const OUString& rDescription); }; #endif |