From 8ccad05c698fb21fd1709e2d55cd8652a6344da6 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 25 Feb 2008 14:55:24 +0000 Subject: 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. --- forms/source/resource/frm_resource.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'forms/source/resource') 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()); -- cgit