Tag: cws_dev300_dba31b User: oj Date: 2008-08-19 11:38:24+0000 Modified: dba/dbaccess/source/ui/relationdesign/RelationTableView.cxx
Log: wrong ini File Changes: Directory: /dba/dbaccess/source/ui/relationdesign/ ================================================== File [changed]: RelationTableView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/RelationTableView.cxx?r1=1.30.26.1&r2=1.30.26.2 Delta lines: +3 -3 ------------------- --- RelationTableView.cxx 2008-08-19 10:59:52+0000 1.30.26.1 +++ RelationTableView.cxx 2008-08-19 11:38:22+0000 1.30.26.2 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: RelationTableView.cxx,v $ - * $Revision: 1.30.26.1 $ + * $Revision: 1.30.26.2 $ * * This file is part of OpenOffice.org. * @@ -97,8 +97,8 @@ DBG_NAME(ORelationTableView) //------------------------------------------------------------------------ ORelationTableView::ORelationTableView( Window* pParent, ORelationDesignView* pView ) - : ::comphelper::OContainerListener(m_aMutex) - ,OJoinTableView( pParent, pView ) + :OJoinTableView( pParent, pView ) + , ::comphelper::OContainerListener(m_aMutex) ,m_pExistingConnection(NULL) ,m_bInRemove(false) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
