INTEGRATION: CWS supdremove02 (1.2.86); FILE MERGED
2008/01/31 13:49:17 rt 1.2.86.1: #i85482# Remove UPD from resource name.
This commit is contained in:
parent
31ff2ba14b
commit
ef58e1cbb9
2 changed files with 4 additions and 6 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: core_resource.cxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2007-07-09 11:56:16 $
|
||||
* last change: $Author: obo $ $Date: 2008-02-25 16:26:22 $
|
||||
*
|
||||
* 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 @@ namespace reportdesign
|
|||
::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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: ModuleHelper.cxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2007-07-09 11:56:16 $
|
||||
* last change: $Author: obo $ $Date: 2008-02-25 16:26:39 $
|
||||
*
|
||||
* 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 @@ ResMgr* OModuleImpl::getResManager()
|
|||
{
|
||||
// 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;
|
||||
|
|
Loading…
Reference in a new issue