summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 15:01:06 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 15:01:06 +0000
commitd0ce59033702f00dfc22f531fc960fa4097f4373 (patch)
tree9b2189754ded4194ca2b248ccb6ee2cdbeb4654e
parent5a3fa4ff3a667b89b149ba3435f8831d72d9447c (diff)
INTEGRATION: CWS supdremove02 (1.3.66); FILE MERGED
2008/01/31 13:48:25 rt 1.3.66.1: #i85482# Remove UPD from resource name.
-rw-r--r--unotools/source/misc/componentresmodule.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/unotools/source/misc/componentresmodule.cxx b/unotools/source/misc/componentresmodule.cxx
index d608480e7146..e86ee2b25937 100644
--- a/unotools/source/misc/componentresmodule.cxx
+++ b/unotools/source/misc/componentresmodule.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: componentresmodule.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 01:26:57 $
+ * last change: $Author: obo $ $Date: 2008-02-25 16:01:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -110,7 +110,6 @@ namespace utl
{
// create a manager with a fixed prefix
ByteString aMgrName = m_sResFilePrefix;
- aMgrName += ByteString::CreateFromInt32(SUPD);
m_pRessources = ResMgr::CreateResMgr( aMgrName.GetBuffer() );
OSL_ENSURE( m_pRessources,