diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-21 14:54:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-21 20:11:08 +0100 |
commit | efb3509855a9b3d6a9ee4f74f7c4b4320213b536 (patch) | |
tree | bff6517e703ca60df5e978096120eb86c9d9dcbd /sw | |
parent | 60acc758dcd31375a55680726f384c57500262b5 (diff) |
SwDBTreeList ResID ctor is unused now post .ui conversion
Change-Id: Ied3d1c4f87e41061a9656abc0b70fd105c92d59c
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/dbui/dbtree.cxx | 15 | ||||
-rw-r--r-- | sw/source/ui/inc/dbtree.hxx | 4 |
2 files changed, 0 insertions, 19 deletions
diff --git a/sw/source/ui/dbui/dbtree.cxx b/sw/source/ui/dbui/dbtree.cxx index 2a9dd62f9f6c..720ecf699d35 100644 --- a/sw/source/ui/dbui/dbtree.cxx +++ b/sw/source/ui/dbui/dbtree.cxx @@ -170,21 +170,6 @@ Reference<XConnection> SwDBTreeList_Impl::GetConnection(const OUString& rSource return xRet; } -SwDBTreeList::SwDBTreeList(Window *pParent, const ResId& rResId, - SwWrtShell* pSh, - const String& rDefDBName, const sal_Bool bShowCol): - - SvTreeListBox (pParent, rResId), - aImageList (SW_RES(ILIST_DB_DLG )), - sDefDBName (rDefDBName), - bInitialized (false), - bShowColumns (bShowCol), - pImpl(new SwDBTreeList_Impl(pSh)) -{ - if (IsVisible()) - InitTreeList(); -} - SwDBTreeList::SwDBTreeList(Window *pParent, WinBits nStyle) : SvTreeListBox(pParent, nStyle) , aImageList(SW_RES(ILIST_DB_DLG)) diff --git a/sw/source/ui/inc/dbtree.hxx b/sw/source/ui/inc/dbtree.hxx index b48981cdbd91..ad744e4c26e0 100644 --- a/sw/source/ui/inc/dbtree.hxx +++ b/sw/source/ui/inc/dbtree.hxx @@ -52,10 +52,6 @@ class SW_DLLPUBLIC SwDBTreeList : public SvTreeListBox using SvTreeListBox::Select; public: - SwDBTreeList( Window* pParent, const ResId& rResId, - SwWrtShell* pSh, - const String& rDefDBName = aEmptyStr, - const sal_Bool bShowCol = sal_False ); SwDBTreeList(Window* pParent, WinBits nStyle); virtual ~SwDBTreeList(); virtual Size GetOptimalSize() const; |