INTEGRATION: CWS supdremove02 (1.6.124); FILE MERGED

2008/01/31 13:47:48 rt 1.6.124.1: #i85482# Remove UPD from resource name.
This commit is contained in:
Oliver Bolte 2008-02-25 14:55:24 +00:00
parent 83d1b35ea9
commit 8ccad05c69

View file

@ -4,9 +4,9 @@
*
* $RCSfile: frm_resource.cxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: obo $ $Date: 2006-09-16 23:58:46 $
* last change: $Author: obo $ $Date: 2008-02-25 15:55:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -74,7 +74,6 @@ namespace frm
return;
ByteString sFileName("frm");
sFileName += ByteString::CreateFromInt32( (sal_Int32)SOLARUPD );
m_pImpl = SimpleResMgr::Create(sFileName.GetBuffer(), Application::GetSettings().GetUILocale());