summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/ui/report/ReportWindow.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 13:40:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 13:40:37 +0000
commit4a59643032bdf63daded04af7f8f71704ac15079 (patch)
treea5ea2b9bdafdf561353ff5c5189f719b40da0f71 /reportdesign/source/ui/report/ReportWindow.cxx
parentINTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED (diff)
downloadcore-4a59643032bdf63daded04af7f8f71704ac15079.tar.gz
core-4a59643032bdf63daded04af7f8f71704ac15079.zip
INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED
2007/07/16 12:06:44 oj 1.2.2.2: #i77411# set help id 2007/07/16 07:49:01 lla 1.2.2.1: #77986# toolbar fix
Diffstat (limited to 'reportdesign/source/ui/report/ReportWindow.cxx')
-rw-r--r--reportdesign/source/ui/report/ReportWindow.cxx14
1 files changed, 11 insertions, 3 deletions
diff --git a/reportdesign/source/ui/report/ReportWindow.cxx b/reportdesign/source/ui/report/ReportWindow.cxx
index b482b247741d..94dc7b8ccd05 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-07-09 11:56:33 $
+ * last change: $Author: hr $ $Date: 2007-08-02 14:40:37 $
*
* 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 @@ OReportWindow::OReportWindow(OScrollWindowHelper* _pParent,ODesignView* _pView)
,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);
@@ -168,6 +168,14 @@ void OReportWindow::SetInsertObj( USHORT eObj,const ::rtl::OUString& _sShapeType
if ( m_pViews )
m_pViews->SetInsertObj( eObj,_sShapeType);
}
+
+//----------------------------------------------------------------------------
+rtl::OUString OReportWindow::GetInsertObjString() const
+{
+ if ( m_pViews )
+ return m_pViews->GetInsertObjString();
+ return rtl::OUString();
+}
//------------------------------------------------------------------------------
void OReportWindow::SetMode( DlgEdMode eNewMode )
{