summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/ui/report/ReportWindow.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-29 12:51:20 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-29 12:51:20 +0000
commit5df417ebda5d5231847eeacd99f465269f1b4a07 (patch)
tree330b11def54112fef3bd2a6e1bbe36d604df2699 /reportdesign/source/ui/report/ReportWindow.cxx
parentINTEGRATION: CWS reportdesign02 (1.5.18); FILE MERGED (diff)
downloadcore-5df417ebda5d5231847eeacd99f465269f1b4a07.tar.gz
core-5df417ebda5d5231847eeacd99f465269f1b4a07.zip
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
Diffstat (limited to 'reportdesign/source/ui/report/ReportWindow.cxx')
-rw-r--r--reportdesign/source/ui/report/ReportWindow.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/reportdesign/source/ui/report/ReportWindow.cxx b/reportdesign/source/ui/report/ReportWindow.cxx
index 821154818b5c..ea1e3187105c 100644
--- a/reportdesign/source/ui/report/ReportWindow.cxx
+++ b/reportdesign/source/ui/report/ReportWindow.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ReportWindow.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ihi $ $Date: 2007-11-20 19:12:36 $
+ * last change: $Author: rt $ $Date: 2008-01-29 13:51:20 $
*
* 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 @@ OReportWindow::OReportWindow(OScrollWindowHelper* _pParent,ODesignView* _pView)
,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 @@ Point OReportWindow::getScrollOffset() const
//------------------------------------------------------------------------------
void OReportWindow::ImplInitSettings()
{
+//#if OSL_DEBUG_LEVEL > 0
+// SetBackground( Wallpaper( COL_YELLOW ));
+//#else
SetBackground( );
+//#endif
}
//-----------------------------------------------------------------------------
void OReportWindow::DataChanged( const DataChangedEvent& rDCEvt )