Tag: cws_src680_os63 User: os Date: 05/11/16 02:42:15 Modified: /dba/dbaccess/source/ui/querydesign/ QueryDesignView.cxx
Log: RESYNC: (1.75-1.76); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: QueryDesignView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QueryDesignView.cxx?r1=1.74.30.2&r2=1.74.30.3 Delta lines: +5 -0 ------------------- --- QueryDesignView.cxx 16 Sep 2005 00:06:22 -0000 1.74.30.2 +++ QueryDesignView.cxx 16 Nov 2005 10:42:12 -0000 1.74.30.3 @@ -2337,6 +2337,7 @@ //------------------------------------------------------------------------------ //------------------------------------------------------------------------------ } // end of anonymouse namespace +DBG_NAME(OQueryDesignView) OQueryDesignView::OQueryDesignView( OQueryContainerWindow* _pParent, OQueryController* _pController, @@ -2347,6 +2348,8 @@ ,m_bInKeyEvent(sal_False) ,m_bInSplitHandler( sal_False ) { + DBG_CTOR(OQueryDesignView,NULL); + try { SvtSysLocale aSysLocale; @@ -2373,6 +2376,8 @@ ::dbaui::notifySystemWindow(this,m_pTableView,::comphelper::mem_fun(&TaskPaneList::RemoveWindow)); ::std::auto_ptr<Window> aTemp(m_pSelectionBox); m_pSelectionBox = NULL; + + DBG_DTOR(OQueryDesignView,NULL); } //------------------------------------------------------------------------------ IMPL_LINK( OQueryDesignView, SplitHdl, void*, p ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
