diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-12 09:11:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-12 13:03:50 +0000 |
commit | 0d3082dbf2e87bed462246307a13e206f7617081 (patch) | |
tree | 372b4a879b45e6a9e85ff42f4275a8e925c3162d /dbaccess | |
parent | 2efd433478cf4820b308b20cf42595345e023af2 (diff) |
callcatcher: update unused code
Change-Id: Iaaad9302ef8edb47fa95ce8ca608b6f36449521b
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/control/tabletree.cxx | 9 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/tabletree.hxx | 5 |
2 files changed, 0 insertions, 14 deletions
diff --git a/dbaccess/source/ui/control/tabletree.cxx b/dbaccess/source/ui/control/tabletree.cxx index d410b297ef07..81965a4e7608 100644 --- a/dbaccess/source/ui/control/tabletree.cxx +++ b/dbaccess/source/ui/control/tabletree.cxx @@ -83,15 +83,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeOTableTreeListBox(Window *p return new OTableTreeListBox(pParent, nWinStyle); } -OTableTreeListBox::OTableTreeListBox( Window* pParent, const ResId& rResId, sal_Bool _bVirtualRoot) - :OMarkableTreeListBox(pParent, rResId) - ,m_xImageProvider( new ImageProvider ) - ,m_bVirtualRoot(_bVirtualRoot) - ,m_bNoEmptyFolders( false ) -{ - implSetDefaultImages(); -} - void OTableTreeListBox::implSetDefaultImages() { ImageProvider aImageProvider; diff --git a/dbaccess/source/ui/inc/tabletree.hxx b/dbaccess/source/ui/inc/tabletree.hxx index 29728670e7f6..6bd14cffc426 100644 --- a/dbaccess/source/ui/inc/tabletree.hxx +++ b/dbaccess/source/ui/inc/tabletree.hxx @@ -50,11 +50,6 @@ public: void init(bool bVirtualRoot) { m_bVirtualRoot = bVirtualRoot; } - OTableTreeListBox( - Window* pParent, - const ResId& rResId, - sal_Bool _bVirtualRoot ); - typedef ::std::pair< OUString,sal_Bool> TTableViewName; typedef ::std::vector< TTableViewName > TNames; |