From 2b12a5b87b1de9ae95d9562ba21201890b1100c5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 10 Feb 2014 09:29:34 +0000 Subject: the return of callcatcher Change-Id: I447ebcc61ff061bce15678c6fcfd3d0a4669908f --- basctl/source/basicide/moduldlg.cxx | 5 ----- basctl/source/basicide/moduldlg.hxx | 1 - 2 files changed, 6 deletions(-) (limited to 'basctl') diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx index 793e873e3e3f..f8f3a1423081 100644 --- a/basctl/source/basicide/moduldlg.cxx +++ b/basctl/source/basicide/moduldlg.cxx @@ -52,11 +52,6 @@ using namespace ::com::sun::star::resource; // ============== // -ExtTreeListBox::ExtTreeListBox(Window* pParent, ResId const& rRes) - : TreeListBox(pParent, rRes) -{ -} - ExtTreeListBox::ExtTreeListBox(Window* pParent, WinBits nStyle) : TreeListBox(pParent, nStyle) { diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx index e755b74423fb..ee85969dac4b 100644 --- a/basctl/source/basicide/moduldlg.hxx +++ b/basctl/source/basicide/moduldlg.hxx @@ -111,7 +111,6 @@ protected: SvTreeListEntry*& rpNewParent, sal_uLong& rNewChildPos, sal_Bool bMove ); public: - ExtTreeListBox(Window* pParent, const ResId& rRes); ExtTreeListBox(Window* pParent, WinBits nStyle); ~ExtTreeListBox(); }; -- cgit