summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdetc.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 15:20:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 15:20:43 +0000
commit5b720baa0a42dde7add7c067bac30a5974f8d0b0 (patch)
tree11f427e5474a95365a6d9f57c85e4e630973a212 /svx/source/svdraw/svdetc.cxx
parent9c279e177df055d08f165e9010ba0c3256a9b2b0 (diff)
INTEGRATION: CWS supdremove02 (1.32.106); FILE MERGED
2008/01/31 13:48:52 rt 1.32.106.1: #i85482# Remove UPD from resource name.
Diffstat (limited to 'svx/source/svdraw/svdetc.cxx')
-rw-r--r--svx/source/svdraw/svdetc.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx
index 047eae54a848..b4148974eeab 100644
--- a/svx/source/svdraw/svdetc.cxx
+++ b/svx/source/svdraw/svdetc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdetc.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: ihi $ $Date: 2007-11-26 14:53:36 $
+ * last change: $Author: obo $ $Date: 2008-02-25 16:20:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -703,8 +703,6 @@ ResMgr* ImpGetResMgr()
if(!rGlobalData.pResMgr)
{
ByteString aName("svx");
- INT32 nSolarUpd(SOLARUPD);
- aName += ByteString::CreateFromInt32( nSolarUpd );
rGlobalData.pResMgr =
ResMgr::CreateResMgr( aName.GetBuffer(), Application::GetSettings().GetUILocale() );
}