diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-10 09:29:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-10 11:21:03 +0000 |
commit | 2b12a5b87b1de9ae95d9562ba21201890b1100c5 (patch) | |
tree | ae0c1b5064c4d92e65db301e4d8acd87e891b159 /basctl/source | |
parent | a95b58060b01046a8881e97e0c5016e44200dd32 (diff) |
the return of callcatcher
Change-Id: I447ebcc61ff061bce15678c6fcfd3d0a4669908f
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/moduldlg.cxx | 5 | ||||
-rw-r--r-- | basctl/source/basicide/moduldlg.hxx | 1 |
2 files changed, 0 insertions, 6 deletions
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(); }; |