Tag: cws_src680_rpt23fix01 User: oj Date: 2007-07-16 12:06:47+0000 Modified: dba/reportdesign/source/ui/report/DesignView.cxx dba/reportdesign/source/ui/report/ReportSection.cxx dba/reportdesign/source/ui/report/ReportWindow.cxx
Log: #i77411# set help id File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: DesignView.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/DesignView.cxx?r1=1.2.2.1&r2=1.2.2.2 Delta lines: +3 -3 ------------------- --- DesignView.cxx 2007-07-16 07:49:01+0000 1.2.2.1 +++ DesignView.cxx 2007-07-16 12:06:44+0000 1.2.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: DesignView.cxx,v $ * - * $Revision: 1.2.2.1 $ + * $Revision: 1.2.2.2 $ * - * last change: $Author: lla $ $Date: 2007/07/16 07:49:01 $ + * last change: $Author: oj $ $Date: 2007/07/16 12:06:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -122,7 +122,7 @@ ,m_bInSplitHandler( FALSE ) { DBG_CTOR( rpt_ODesignView,NULL); - SetUniqueId(UID_RPT_APP_VIEW); + SetHelpId(UID_RPT_APP_VIEW); ImplInitSettings(); SetMapMode( MapMode( MAP_100TH_MM ) ); File [changed]: ReportSection.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ReportSection.cxx?r1=1.2.2.3&r2=1.2.2.4 Delta lines: +3 -3 ------------------- --- ReportSection.cxx 2007-07-16 10:24:02+0000 1.2.2.3 +++ ReportSection.cxx 2007-07-16 12:06:44+0000 1.2.2.4 @@ -4,9 +4,9 @@ * * $RCSfile: ReportSection.cxx,v $ * - * $Revision: 1.2.2.3 $ + * $Revision: 1.2.2.4 $ * - * last change: $Author: lla $ $Date: 2007/07/16 10:24:02 $ + * last change: $Author: oj $ $Date: 2007/07/16 12:06:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -148,7 +148,7 @@ { DBG_CTOR( rpt_OReportSection,NULL); EnableChildTransparentMode(); - SetUniqueId(HID_REPORTSECTION); + SetHelpId(HID_REPORTSECTION); SetMapMode( MapMode( MAP_100TH_MM ) ); m_pFunc.reset(new DlgEdFuncSelect( this )); try File [changed]: ReportWindow.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ReportWindow.cxx?r1=1.2.2.1&r2=1.2.2.2 Delta lines: +3 -3 ------------------- --- ReportWindow.cxx 2007-07-16 07:49:01+0000 1.2.2.1 +++ ReportWindow.cxx 2007-07-16 12:06:44+0000 1.2.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: ReportWindow.cxx,v $ * - * $Revision: 1.2.2.1 $ + * $Revision: 1.2.2.2 $ * - * last change: $Author: lla $ $Date: 2007/07/16 07:49:01 $ + * last change: $Author: oj $ $Date: 2007/07/16 12:06:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -120,7 +120,7 @@ ,m_pParent(_pParent) { DBG_CTOR( rpt_OReportWindow,NULL); - SetUniqueId(UID_REPORTWINDOW); + SetHelpId(UID_REPORTWINDOW); SetMapMode( MapMode( MAP_100TH_MM ) ); m_pSections = new OSectionsWindow(this,this); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
