User: rt Date: 2008-01-29 13:51:23+0000 Modified: dba/reportdesign/source/ui/report/ReportWindow.cxx
Log: INTEGRATION: CWS reportdesign02 (1.3.36); FILE MERGED 2008/01/15 11:50:21 oj 1.3.36.3: change helpid names 2007/12/20 07:48:29 oj 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/26 12:31:37 oj 1.3.36.1: #i77919# use of SplitWindow File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: ReportWindow.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ReportWindow.cxx?r1=1.4&r2=1.5 Delta lines: +5 -1 ------------------- --- ReportWindow.cxx 2007-11-20 19:12:36+0000 1.4 +++ ReportWindow.cxx 2008-01-29 13:51:20+0000 1.5 @@ -122,7 +122,7 @@ ,m_pParent(_pParent) { DBG_CTOR( rpt_OReportWindow,NULL); - SetHelpId(UID_REPORTWINDOW); + SetHelpId(UID_RPT_REPORTWINDOW); SetMapMode( MapMode( MAP_100TH_MM ) ); m_pSections = new OSectionsWindow(this,this); @@ -297,7 +297,11 @@ //------------------------------------------------------------------------------ void OReportWindow::ImplInitSettings() { +//#if OSL_DEBUG_LEVEL > 0 +// SetBackground( Wallpaper( COL_YELLOW )); +//#else SetBackground( ); +//#endif } //----------------------------------------------------------------------------- void OReportWindow::DataChanged( const DataChangedEvent& rDCEvt ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
