summaryrefslogtreecommitdiff
path: root/dbaccess/source/ext/adabas
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-02-27 15:56:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-02-27 15:56:05 +0000
commit4768cae9bec7bc81a500b6ca8bd1c27195a4e858 (patch)
tree7370af535c4ec328b59291ed36827a632e78a739 /dbaccess/source/ext/adabas
parent65596985fe3868a57233a93d5faa54938919d077 (diff)
#i10000# No UPD any more in resource file name.
Diffstat (limited to 'dbaccess/source/ext/adabas')
-rw-r--r--dbaccess/source/ext/adabas/Acomponentmodule.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/ext/adabas/Acomponentmodule.cxx b/dbaccess/source/ext/adabas/Acomponentmodule.cxx
index 5275eac97..d46902126 100644
--- a/dbaccess/source/ext/adabas/Acomponentmodule.cxx
+++ b/dbaccess/source/ext/adabas/Acomponentmodule.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Acomponentmodule.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2008-02-26 15:53:23 $
+ * last change: $Author: vg $ $Date: 2008-02-27 16:56:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -135,7 +135,6 @@ namespace COMPMOD_NAMESPACE
DBG_ASSERT(m_sFilePrefix.Len(), "OModuleImpl::getResManager: no resource file prefix!");
// create a manager with a fixed prefix
ByteString aMgrName = m_sFilePrefix;
- aMgrName += ByteString::CreateFromInt32(SOLARUPD); // current build number
m_pRessources = ResMgr::CreateResMgr(aMgrName.GetBuffer());
DBG_ASSERT(m_pRessources,