User: hr Date: 05/09/23 05:42:17 Modified: /dba/dbaccess/source/ui/querydesign/ JoinDesignView.cxx
Log: INTEGRATION: CWS dba201b (1.15.36); FILE MERGED 2005/09/21 10:03:40 oj 1.15.36.2: RESYNC: (1.15-1.16); FILE MERGED 2005/07/11 13:37:26 fs 1.15.36.1: merging CWS dba201 into CWS dba201b File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: JoinDesignView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/JoinDesignView.cxx?r1=1.16&r2=1.17 Delta lines: +5 -0 ------------------- --- JoinDesignView.cxx 8 Sep 2005 16:19:55 -0000 1.16 +++ JoinDesignView.cxx 23 Sep 2005 12:42:13 -0000 1.17 @@ -105,6 +105,7 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::container; using namespace ::com::sun::star::util; +DBG_NAME(OJoinDesignView) OJoinDesignView::OJoinDesignView(Window* _pParent, OJoinController* _pController,const Reference< XMultiServiceFactory >& _rFactory) :ODataView(_pParent,_pController,_rFactory) @@ -112,6 +113,8 @@ ,m_pTableView(NULL) ,m_pAddTabDlg(NULL) { + DBG_CTOR(OJoinDesignView,NULL); + m_pScrollWindow = new OScrollWindowHelper(this); } // ----------------------------------------------------------------------------- @@ -125,6 +128,8 @@ m_pTableView = NULL; ::std::auto_ptr<Window> aT1(m_pAddTabDlg); m_pAddTabDlg = NULL; + + DBG_DTOR(OJoinDesignView,NULL); } // ------------------------------------------------------------------------- void OJoinDesignView::Construct() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
