Tag: cws_src680_oj14 User: oj Date: 2007-06-07 11:10:41+0000 Modified: dba/dbaccess/source/core/dataaccess/documentdefinition.cxx dba/dbaccess/source/ui/misc/linkeddocuments.cxx
Log: make use of new method in mimeconfighelper 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.29.4.10&r2=1.29.4.11 Delta lines: +3 -3 ------------------- --- documentdefinition.cxx 2007-06-05 13:06:01+0000 1.29.4.10 +++ documentdefinition.cxx 2007-06-07 11:10:37+0000 1.29.4.11 @@ -4,9 +4,9 @@ * * $RCSfile: documentdefinition.cxx,v $ * - * $Revision: 1.29.4.10 $ + * $Revision: 1.29.4.11 $ * - * last change: $Author: oj $ $Date: 2007/06/05 13:06:01 $ + * last change: $Author: oj $ $Date: 2007/06/07 11:10:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1315,7 +1315,7 @@ else { ::comphelper::MimeConfigurationHelper aConfigHelper(m_xORB); - aClassID = aConfigHelper.GetSequenceClassIDRepresentation(aConfigHelper.GetExplicitlyRegisteredObjClassID(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("application/vnd.sun.xml.report")))); + aClassID = aConfigHelper.GetSequenceClassIDFromObjectName((::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Report")))); } } } 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.17.4.13&r2=1.17.4.14 Delta lines: +3 -3 ------------------- --- linkeddocuments.cxx 2007-06-05 12:38:35+0000 1.17.4.13 +++ linkeddocuments.cxx 2007-06-07 11:10:38+0000 1.17.4.14 @@ -4,9 +4,9 @@ * * $RCSfile: linkeddocuments.cxx,v $ * - * $Revision: 1.17.4.13 $ + * $Revision: 1.17.4.14 $ * - * last change: $Author: oj $ $Date: 2007/06/05 12:38:35 $ + * last change: $Author: oj $ $Date: 2007/06/07 11:10:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -359,7 +359,7 @@ case ID_REPORT_NEW_TEXT: { ::comphelper::MimeConfigurationHelper aConfigHelper(m_xORB); - aClassId = aConfigHelper.GetSequenceClassIDRepresentation(aConfigHelper.GetExplicitlyRegisteredObjClassID(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("application/vnd.sun.xml.report")))); + aClassId = aConfigHelper.GetSequenceClassIDFromObjectName((::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Report")))); } break; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
