User: rt Date: 05/10/24 01:33:03 Modified: /dba/dbaccess/source/ui/uno/ ColumnPeer.cxx
Log: INTEGRATION: CWS dba201d (1.5.10); FILE MERGED 2005/10/04 05:45:12 oj 1.5.10.1: commit from dba201c 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.5&r2=1.6 Delta lines: +1 -1 ------------------- --- ColumnPeer.cxx 8 Sep 2005 16:47:23 -0000 1.5 +++ ColumnPeer.cxx 24 Oct 2005 08:33:00 -0000 1.6 @@ -65,8 +65,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]
