User: hr      
Date: 2007-08-02 14:40:40+0000
Modified:
   dba/reportdesign/source/ui/report/ReportWindow.cxx

Log:
 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

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.2&r2=1.3
Delta lines:  +12 -4
--------------------
--- ReportWindow.cxx    2007-07-09 11:56:33+0000        1.2
+++ ReportWindow.cxx    2007-08-02 14:40:37+0000        1.3
@@ -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);
@@ -168,6 +168,14 @@
        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 )
 {




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to