diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 16:30:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 16:30:57 +0000 |
commit | e327752f12c7a05153dce1d171123204f6c20bfb (patch) | |
tree | 5692be6f4692fec3fc4c6cc56d01de1a6a648e6b /soldep/source | |
parent | 345f8ba2a07c59aa2533e60ea87506ff8bea16b3 (diff) |
INTEGRATION: CWS supdremove02 (1.4.14); FILE MERGED
2008/01/31 13:51:35 rt 1.4.14.1: #i85482# Remove UPD from resource name.
Diffstat (limited to 'soldep/source')
-rw-r--r-- | soldep/source/sdtresid.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/soldep/source/sdtresid.cxx b/soldep/source/sdtresid.cxx index f98fcde8f061..aff4e05d227d 100644 --- a/soldep/source/sdtresid.cxx +++ b/soldep/source/sdtresid.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdtresid.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2007-06-27 23:39:25 $ + * last change: $Author: obo $ $Date: 2008-02-25 17:30:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,6 @@ SolDevDll::SolDevDll() *(SolDevDll**)GetAppData( SHL_SCH ) = this; ByteString aResMgrName( "dep" ); - aResMgrName += ByteString::CreateFromInt64( SUPD ); pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() ); |