Kaydet (Commit) 5d5a2bc3 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS supdremove02 (1.17.54); FILE MERGED

2008/01/31 13:50:06 rt 1.17.54.1: #i85482# Remove UPD from resource name.
üst 392bc0a2
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dp_resource.cxx,v $ * $RCSfile: dp_resource.cxx,v $
* *
* $Revision: 1.17 $ * $Revision: 1.18 $
* *
* last change: $Author: ihi $ $Date: 2007-11-22 15:04:37 $ * last change: $Author: obo $ $Date: 2008-02-25 16:48:39 $
* *
* 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.
...@@ -70,8 +70,7 @@ struct OfficeLocale : ...@@ -70,8 +70,7 @@ struct OfficeLocale :
struct DeploymentResMgr : public rtl::StaticWithInit< struct DeploymentResMgr : public rtl::StaticWithInit<
ResMgr *, DeploymentResMgr> { ResMgr *, DeploymentResMgr> {
ResMgr * operator () () { ResMgr * operator () () {
return ResMgr::CreateResMgr( "deployment" LIBRARY_SOLARUPD(), return ResMgr::CreateResMgr( "deployment", getOfficeLocale() );
getOfficeLocale() );
} }
}; };
......
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