Tag: cws_src680_supdremove02 User: rt Date: 2008-01-31 13:49:20+0000 Modified: dba/reportdesign/source/core/resource/core_resource.cxx dba/reportdesign/source/core/sdr/ModuleHelper.cxx
Log: #i85482# Remove UPD from resource name. File Changes: Directory: /dba/reportdesign/source/core/resource/ ================================================== File [changed]: core_resource.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/resource/core_resource.cxx?r1=1.2&r2=1.2.86.1 Delta lines: +2 -3 ------------------- --- core_resource.cxx 2007-07-09 11:56:16+0000 1.2 +++ core_resource.cxx 2008-01-31 13:49:17+0000 1.2.86.1 @@ -4,9 +4,9 @@ * * $RCSfile: core_resource.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.86.1 $ * - * last change: $Author: rt $ $Date: 2007/07/09 11:56:16 $ + * last change: $Author: rt $ $Date: 2008/01/31 13:49:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -95,7 +95,6 @@ ::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale(); rtl::OString sResLibName = rtl::OString( "rpt" ); - sResLibName += ::rtl::OString::valueOf(static_cast<sal_Int32>(SOLARUPD)); // current build number m_pImpl = SimpleResMgr::Create(sResLibName, aLocale); } } Directory: /dba/reportdesign/source/core/sdr/ ============================================= File [changed]: ModuleHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/sdr/ModuleHelper.cxx?r1=1.2&r2=1.2.86.1 Delta lines: +2 -3 ------------------- --- ModuleHelper.cxx 2007-07-09 11:56:16+0000 1.2 +++ ModuleHelper.cxx 2008-01-31 13:49:17+0000 1.2.86.1 @@ -4,9 +4,9 @@ * * $RCSfile: ModuleHelper.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.86.1 $ * - * last change: $Author: rt $ $Date: 2007/07/09 11:56:16 $ + * last change: $Author: rt $ $Date: 2008/01/31 13:49:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -118,7 +118,6 @@ { // create a manager with a fixed prefix rtl::OString sName = rtl::OString( "rptui" ); - sName += ::rtl::OString::valueOf(static_cast<sal_Int32>(SOLARUPD)); // current build number m_pRessources = ResMgr::CreateResMgr(sName); } return m_pRessources; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
