Tag: cws_src680_supdremove02
User: rt      
Date: 2008-01-31 13:49:06+0000
Modified:
   dba/dbaccess/source/core/resource/core_resource.cxx
   dba/dbaccess/source/ui/misc/moduledbu.cxx

Log:
 #i85482# Remove UPD from resource name.

File Changes:

Directory: /dba/dbaccess/source/core/resource/
==============================================

File [changed]: core_resource.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/resource/core_resource.cxx?r1=1.9&r2=1.9.228.1
Delta lines:  +3 -4
-------------------
--- core_resource.cxx   2006-09-17 06:43:58+0000        1.9
+++ core_resource.cxx   2008-01-31 13:49:03+0000        1.9.228.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: core_resource.cxx,v $
  *
- *  $Revision: 1.9 $
+ *  $Revision: 1.9.228.1 $
  *
- *  last change: $Author: obo $ $Date: 2006/09/17 06:43:58 $
+ *  last change: $Author: rt $ $Date: 2008/01/31 13:49:03 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -76,7 +76,6 @@
                ::com::sun::star::lang::Locale aLocale = 
Application::GetSettings().GetUILocale();
 
                ByteString sFileName("dba");
-               sFileName += ByteString::CreateFromInt32( (sal_Int32)SOLARUPD );
 
                m_pImpl = SimpleResMgr::Create(sFileName.GetBuffer(), aLocale);
 

Directory: /dba/dbaccess/source/ui/misc/
========================================

File [changed]: moduledbu.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/moduledbu.cxx?r1=1.5&r2=1.5.226.1
Delta lines:  +3 -4
-------------------
--- moduledbu.cxx       2006-09-17 07:17:57+0000        1.5
+++ moduledbu.cxx       2008-01-31 13:49:03+0000        1.5.226.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: moduledbu.cxx,v $
  *
- *  $Revision: 1.5 $
+ *  $Revision: 1.5.226.1 $
  *
- *  last change: $Author: obo $ $Date: 2006/09/17 07:17:57 $
+ *  last change: $Author: rt $ $Date: 2008/01/31 13:49:03 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -104,7 +104,6 @@
        {
                // create a manager with a fixed prefix
                ByteString aMgrName = ByteString( "dbu" );
-               aMgrName += ByteString::CreateFromInt32(SOLARUPD); // current 
build number
                m_pRessources = ResMgr::CreateResMgr(aMgrName.GetBuffer());
        }
        return m_pRessources;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to