Kaydet (Commit) 21e6d3d3 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS supdremove02 (1.14.174); FILE MERGED

2008/02/05 15:48:46 rt 1.14.174.2: #i85482# Remove UPD from resource name.
2008/01/31 13:48:51 rt 1.14.174.1: #i85482# Remove UPD from resource name.
üst 8b93c431
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: insdlg.cxx,v $ * $RCSfile: insdlg.cxx,v $
* *
* $Revision: 1.14 $ * $Revision: 1.15 $
* *
* last change: $Author: kz $ $Date: 2007-09-05 17:43:04 $ * last change: $Author: obo $ $Date: 2008-02-25 16:13:54 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -126,7 +126,7 @@ static String impl_getSvtResString( sal_uInt32 nId ) ...@@ -126,7 +126,7 @@ static String impl_getSvtResString( sal_uInt32 nId )
{ {
String aRet; String aRet;
com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale(); com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale();
ResMgr* pMgr = ResMgr::CreateResMgr( CREATEVERSIONRESMGR_NAME(svt), aLocale ); ResMgr* pMgr = ResMgr::CreateResMgr( "svt", aLocale );
if( pMgr ) if( pMgr )
{ {
aRet = String( ResId( nId, *pMgr ) ); aRet = String( ResId( nId, *pMgr ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment