diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-08 14:41:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-09 07:28:25 +0100 |
commit | 313744d4f23f242f5ee979d229fe394211ff7ffd (patch) | |
tree | 7c2e83e0eb5eb2b133c0eaa1a61bb179b554f14d /include/svx | |
parent | ccb6b8967ce3d84bb141379e51a339544f753446 (diff) |
loplugin:unusedmethods
Change-Id: I242f56f2bc5dc8fce6db1ba8f1f8269da4fec0fa
Reviewed-on: https://gerrit.libreoffice.org/68938
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/checklbx.hxx | 2 | ||||
-rw-r--r-- | include/svx/langbox.hxx | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/include/svx/checklbx.hxx b/include/svx/checklbx.hxx index c4fdf21cf341..2253f5d2f3a6 100644 --- a/include/svx/checklbx.hxx +++ b/include/svx/checklbx.hxx @@ -53,7 +53,6 @@ private: public: SvxCheckListBox( vcl::Window* pParent, WinBits nWinStyle = 0 ); - void SetNormalStaticImage(const Image& rNormalStaticImage); virtual ~SvxCheckListBox() override; virtual void dispose() override; @@ -65,7 +64,6 @@ public: void SelectEntryPos ( sal_uLong nPos ); sal_uLong GetSelectedEntryPos () const; - void* GetSelectedEntryData () const { return GetEntryData(GetSelectedEntryPos()); } OUString GetText ( sal_uLong nPos ) const; sal_uLong GetCheckedEntryCount() const; diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx index 0ec67c78ac44..2e00530612d9 100644 --- a/include/svx/langbox.hxx +++ b/include/svx/langbox.hxx @@ -87,7 +87,6 @@ protected: SVX_DLLPRIVATE sal_Int32 ImplTypeToPos( LanguageType eType ) const; SVX_DLLPRIVATE virtual sal_Int32 ImplInsertImgEntry( const OUString& rEntry, sal_Int32 nPos, bool bChecked ) = 0; - SVX_DLLPRIVATE virtual void ImplRemoveEntryAt( sal_Int32 nPos ) = 0; SVX_DLLPRIVATE virtual void ImplClear() = 0; SVX_DLLPRIVATE virtual sal_Int32 ImplInsertEntry( const OUString& rEntry, sal_Int32 nPos ) = 0; @@ -107,7 +106,6 @@ public: private: SVX_DLLPRIVATE virtual sal_Int32 ImplInsertImgEntry( const OUString& rEntry, sal_Int32 nPos, bool bChecked ) override; - SVX_DLLPRIVATE virtual void ImplRemoveEntryAt( sal_Int32 nPos ) override; SVX_DLLPRIVATE virtual void ImplClear() override; SVX_DLLPRIVATE virtual sal_Int32 ImplInsertEntry( const OUString& rEntry, sal_Int32 nPos ) override; @@ -199,7 +197,6 @@ private: EditedAndValid meEditedAndValid; SVX_DLLPRIVATE virtual sal_Int32 ImplInsertImgEntry( const OUString& rEntry, sal_Int32 nPos, bool bChecked ) override; - SVX_DLLPRIVATE virtual void ImplRemoveEntryAt( sal_Int32 nPos ) override; SVX_DLLPRIVATE virtual void ImplClear() override; SVX_DLLPRIVATE virtual sal_Int32 ImplInsertEntry( const OUString& rEntry, sal_Int32 nPos ) override; |