Tag: cws_src680_rpt23fix02 User: oj Date: 2007-07-31 12:51:18+0000 Modified: dba/reportdesign/source/ui/report/dlgedfunc.cxx
Log: compile error File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: dlgedfunc.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/dlgedfunc.cxx?r1=1.2.4.4&r2=1.2.4.5 Delta lines: +3 -3 ------------------- --- dlgedfunc.cxx 2007-07-30 05:36:12+0000 1.2.4.4 +++ dlgedfunc.cxx 2007-07-31 12:51:15+0000 1.2.4.5 @@ -4,9 +4,9 @@ * * $RCSfile: dlgedfunc.cxx,v $ * - * $Revision: 1.2.4.4 $ + * $Revision: 1.2.4.5 $ * - * last change: $Author: oj $ $Date: 2007/07/30 05:36:12 $ + * last change: $Author: oj $ $Date: 2007/07/31 12:51:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -157,8 +157,8 @@ DlgEdFunc::DlgEdFunc( OReportSection* _pParent ) :pParent(_pParent), - m_xOverlappingObj(NULL), pView(_pParent->getView()), + m_xOverlappingObj(NULL), m_pOverlappingObj(NULL), m_bSelectionMode(false) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
