Tag: cws_src680_dba201c User: oj Date: 05/08/22 03:11:28 Modified: /dba/dbaccess/source/ui/uno/ ColumnPeer.cxx
Log: #i50188# first SetComponentInterface then show call File Changes: Directory: /dba/dbaccess/source/ui/uno/ ======================================= File [changed]: ColumnPeer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/ColumnPeer.cxx?r1=1.4&r2=1.4.158.1 Delta lines: +4 -4 ------------------- --- ColumnPeer.cxx 27 Oct 2004 13:09:35 -0000 1.4 +++ ColumnPeer.cxx 22 Aug 2005 10:11:26 -0000 1.4.158.1 @@ -2,9 +2,9 @@ * * $RCSfile: ColumnPeer.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.158.1 $ * - * last change: $Author: pjunck $ $Date: 2004/10/27 13:09:35 $ + * last change: $Author: oj $ $Date: 2005/08/22 10:11:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,8 +91,8 @@ osl_incrementInterlockedCount( &m_refCount ); { OColumnControlWindow* pFieldControl = new OColumnControlWindow(_pParent,m_xORB); - pFieldControl->Show(); pFieldControl->SetComponentInterface(this); + pFieldControl->Show(); } osl_decrementInterlockedCount( &m_refCount ); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
