Tag: cws_src680_rpt23fix02
User: oj      
Date: 2007-07-24 09:49:46+0000
Modified:
   dba/dbaccess/source/core/dataaccess/documentdefinition.cxx
   dba/dbaccess/source/ui/misc/linkeddocuments.cxx

Log:
 #i79794# correct class id for report definition

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: documentdefinition.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentdefinition.cxx?r1=1.43.14.1&r2=1.43.14.2
Delta lines:  +3 -4
-------------------
--- documentdefinition.cxx      2007-07-23 11:11:54+0000        1.43.14.1
+++ documentdefinition.cxx      2007-07-24 09:49:43+0000        1.43.14.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: documentdefinition.cxx,v $
  *
- *  $Revision: 1.43.14.1 $
+ *  $Revision: 1.43.14.2 $
  *
- *  last change: $Author: lla $ $Date: 2007/07/23 11:11:54 $
+ *  last change: $Author: oj $ $Date: 2007/07/24 09:49:43 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -1333,8 +1333,7 @@
                                                    aClassID = 
MimeConfigurationHelper::GetSequenceClassID(SO3_SW_CLASSID);
                                            else
                                                {
-                                                       
::comphelper::MimeConfigurationHelper aConfigHelper(m_xORB);
-                                                       aClassID = 
aConfigHelper.GetSequenceClassIDFromObjectName((::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Report"))));
+                                                       aClassID = 
MimeConfigurationHelper::GetSequenceClassID(SO3_RPT_CLASSID_90);
                                                }
                     }
                                }

Directory: /dba/dbaccess/source/ui/misc/
========================================

File [changed]: linkeddocuments.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/linkeddocuments.cxx?r1=1.22.16.1&r2=1.22.16.2
Delta lines:  +3 -6
-------------------
--- linkeddocuments.cxx 2007-07-23 11:12:29+0000        1.22.16.1
+++ linkeddocuments.cxx 2007-07-24 09:49:43+0000        1.22.16.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: linkeddocuments.cxx,v $
  *
- *  $Revision: 1.22.16.1 $
+ *  $Revision: 1.22.16.2 $
  *
- *  last change: $Author: lla $ $Date: 2007/07/23 11:12:29 $
+ *  last change: $Author: oj $ $Date: 2007/07/24 09:49:43 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -359,10 +359,7 @@
                                aClassId = 
lcl_GetSequenceClassID(SO3_SIMPRESS_CLASSID);
                                break;
                        case ID_REPORT_NEW_TEXT:
-                               {
-                                       ::comphelper::MimeConfigurationHelper 
aConfigHelper(m_xORB);
-                                       aClassId = 
aConfigHelper.GetSequenceClassIDFromObjectName((::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Report"))));
-                               }
+                               aClassId = 
comphelper::MimeConfigurationHelper::GetSequenceClassID(SO3_RPT_CLASSID_90);
                                break;
 
                        case SID_DB_FORM_NEW_PILOT:




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

Reply via email to