User: hr      
Date: 2007-08-02 14:39:59+0000
Modified:
   dba/reportdesign/source/ui/report/DesignView.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]: DesignView.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/DesignView.cxx?r1=1.2&r2=1.3
Delta lines:  +11 -5
--------------------
--- DesignView.cxx      2007-07-09 11:56:32+0000        1.2
+++ DesignView.cxx      2007-08-02 14:39:56+0000        1.3
@@ -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 ) );
@@ -325,7 +325,13 @@
        if ( m_pScrollWindow ) 
                m_pScrollWindow->SetInsertObj( eObj,_sShapeType );
 }
-
+//----------------------------------------------------------------------------
+rtl::OUString ODesignView::GetInsertObjString() const
+{
+       if ( m_pScrollWindow )
+               return m_pScrollWindow->GetInsertObjString();
+       return rtl::OUString();
+}
 //----------------------------------------------------------------------------
 
 USHORT ODesignView::GetInsertObj() const




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

Reply via email to