Tag: cws_src680_oj14 User: oj Date: 2006/07/04 00:47:34 Modified: dba/dbaccess/source/ui/browser/dataview.cxx
Log: RESYNC: (1.18-1.19); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: dataview.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/dataview.cxx?r1=1.18.8.1&r2=1.18.8.2 Delta lines: +5 -5 ------------------- --- dataview.cxx 3 Jan 2006 07:49:00 -0000 1.18.8.1 +++ dataview.cxx 4 Jul 2006 07:47:32 -0000 1.18.8.2 @@ -105,8 +105,8 @@ WinBits nStyle) :Window(pParent,nStyle) ,m_xServiceFactory(_rFactory) - ,m_pSeparator( NULL ) ,m_pController( _pController ) + ,m_pSeparator( NULL ) { DBG_CTOR(ODataView,NULL); OSL_ENSURE(m_pController,"Controller must be not NULL!"); @@ -148,7 +148,7 @@ Resize(); } // ------------------------------------------------------------------------- - void ODataView::resizeDocumentView( Rectangle& _rPlayground ) + void ODataView::resizeDocumentView( Rectangle& /*_rPlayground*/ ) { } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
