summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-06-14 11:37:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-06-14 15:18:22 +0200
commited617a7e6caf8a7f9f0f67bceb1280f61f5428c8 (patch)
treeade300688af3efc358bc56da55065822e6fd5bcb /basctl
parent015dc88a595c1c92d2b724cd868aecb07199f995 (diff)
loplugin:unusedmethods
Change-Id: I7787a8eedf500b0b16c04114935d3d3124d9ac3d Reviewed-on: https://gerrit.libreoffice.org/74032 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/moduldlg.cxx5
-rw-r--r--basctl/source/basicide/moduldlg.hxx1
-rw-r--r--basctl/source/inc/bastype2.hxx3
3 files changed, 0 insertions, 9 deletions
diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx
index 1c113f7d9d35..3516fc08f634 100644
--- a/basctl/source/basicide/moduldlg.cxx
+++ b/basctl/source/basicide/moduldlg.cxx
@@ -569,11 +569,6 @@ ObjectPage::~ObjectPage()
{
}
-void ObjectPage::SetCurrentEntry (EntryDescriptor const & rDesc)
-{
- m_xBasicBox->SetCurrentEntry( rDesc );
-}
-
void ObjectPage::ActivatePage()
{
m_xBasicBox->UpdateEntries();
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index 99a425a2b032..6e5bb3b237a0 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -147,7 +147,6 @@ public:
ObjectPage(weld::Container* pParent, const OString& rName, BrowseMode nMode, OrganizeDialog* pDialog);
virtual ~ObjectPage() override;
- void SetCurrentEntry( EntryDescriptor const & rDesc );
virtual void ActivatePage() override;
};
diff --git a/basctl/source/inc/bastype2.hxx b/basctl/source/inc/bastype2.hxx
index 18c896001a12..6abe67c23ae5 100644
--- a/basctl/source/inc/bastype2.hxx
+++ b/basctl/source/inc/bastype2.hxx
@@ -218,9 +218,6 @@ public:
void ScanAllEntries();
void UpdateEntries();
- void SetMode( BrowseMode nM ) { nMode = nM; }
- BrowseMode GetMode() const { return nMode; }
-
SvTreeListEntry* FindRootEntry( const ScriptDocument& rDocument, LibraryLocation eLocation );
SvTreeListEntry* FindEntry( SvTreeListEntry* pParent, const OUString& rText, EntryType eType );