diff options
Diffstat (limited to 'dbaccess/source/ui/control/marktree.cxx')
-rw-r--r-- | dbaccess/source/ui/control/marktree.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/control/marktree.cxx b/dbaccess/source/ui/control/marktree.cxx index a62ee25bc4be..dcf7e5f559ac 100644 --- a/dbaccess/source/ui/control/marktree.cxx +++ b/dbaccess/source/ui/control/marktree.cxx @@ -30,16 +30,16 @@ namespace dbaui DBG_NAME(OMarkableTreeListBox) -OMarkableTreeListBox::OMarkableTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rxORB, WinBits nWinStyle ) - : DBTreeListBox(pParent,_rxORB,nWinStyle) +OMarkableTreeListBox::OMarkableTreeListBox( Window* pParent, WinBits nWinStyle ) + : DBTreeListBox(pParent, nWinStyle) { DBG_CTOR(OMarkableTreeListBox,NULL); InitButtonData(); } -OMarkableTreeListBox::OMarkableTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rxORB, const ResId& rResId) - : DBTreeListBox(pParent,_rxORB,rResId) +OMarkableTreeListBox::OMarkableTreeListBox( Window* pParent, const ResId& rResId) + : DBTreeListBox(pParent, rResId) { DBG_CTOR(OMarkableTreeListBox,NULL); |