summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-23 09:49:57 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-24 10:36:20 +0000
commit38023af6c13602ae1856bea11693c18c0c3efa36 (patch)
treec17ef3941354f732e2fdd7c3cedb7c649f99e965 /basctl/source/basicide/moduldlg.hxx
parent2c6ad5343de947f1646536c539b116346adb8fdc (diff)
loplugin:unusedmethods
Change-Id: If5090c330e12d6e537766bf4a9be0a2360381a7a Reviewed-on: https://gerrit.libreoffice.org/17312 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basctl/source/basicide/moduldlg.hxx')
-rw-r--r--basctl/source/basicide/moduldlg.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index 305acbb0d4a9..c70e8b732a03 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -141,7 +141,6 @@ public:
void SetDocument( const ScriptDocument& rDocument ) { m_aDocument = rDocument; }
void SetMode (ObjectMode::Mode);
- ObjectMode::Mode GetMode () const { return eMode; }
};
class LibDialog: public ModalDialog
@@ -164,7 +163,6 @@ public:
bool IsReplace() const { return m_pReplaceBox->IsChecked(); }
void EnableReference (bool b) { m_pReferenceBox->Enable(b); }
- void EnableReplace (bool b) { m_pReplaceBox->Enable(b); }
};
class OrganizeDialog : public TabDialog