Tag: cws_src680_sb59 User: sb Date: 2006/08/22 01:15:37 Modified: dba/dbaccess/source/ui/browser/brwctrlr.cxx
Log: #i67487# Made code compile (warning-free) after resync to SRC680m182. File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: brwctrlr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/brwctrlr.cxx?r1=1.94&r2=1.94.2.1 Delta lines: +4 -4 ------------------- --- brwctrlr.cxx 15 Aug 2006 10:49:12 -0000 1.94 +++ brwctrlr.cxx 22 Aug 2006 08:15:34 -0000 1.94.2.1 @@ -4,9 +4,9 @@ * * $RCSfile: brwctrlr.cxx,v $ * - * $Revision: 1.94 $ + * $Revision: 1.94.2.1 $ * - * last change: $Author: hr $ $Date: 2006/08/15 10:49:12 $ + * last change: $Author: sb $ $Date: 2006/08/22 08:15:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -516,6 +516,7 @@ //------------------------------------------------------------------------------ SbaXDataBrowserController::SbaXDataBrowserController(const Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rM) :OGenericUnoController(_rM) + ,m_pClipbordNotifier( NULL ) ,m_aAsyncGetCellFocus(LINK(this, SbaXDataBrowserController, OnAsyncGetCellFocus)) ,m_sStateSaveRecord(ModuleRes(RID_STR_SAVE_CURRENT_RECORD)) ,m_sStateUndoRecord(ModuleRes(RID_STR_UNDO_MODIFY_RECORD)) @@ -526,7 +527,6 @@ ,m_bLoadCanceled( sal_False ) ,m_bClosingKillOpen( sal_False ) ,m_bErrorOccured( sal_False ) - ,m_pClipbordNotifier( NULL ) { DBG_CTOR(SbaXDataBrowserController,NULL); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
