diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:55:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:55:24 +0000 |
commit | 8ccad05c698fb21fd1709e2d55cd8652a6344da6 (patch) | |
tree | dc6108a6c927f0c58b398f8fb6745ef04f6e9927 /forms | |
parent | 83d1b35ea9f0261fbaa7ddb60f8116709e5e4ce1 (diff) |
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.
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/resource/frm_resource.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/forms/source/resource/frm_resource.cxx b/forms/source/resource/frm_resource.cxx index 6cf30a5976f2..150f68ac096e 100644 --- a/forms/source/resource/frm_resource.cxx +++ b/forms/source/resource/frm_resource.cxx @@ -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()); |