summaryrefslogtreecommitdiffstats
path: root/basic/source/runtime/basrdll.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-05 07:49:19 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-05 07:49:19 +0000
commita4134442ae3af5aff29d4dc8da91fd31131ba1a7 (patch)
treecee735e8e9a32a8fe29fcefa820523d04c303395 /basic/source/runtime/basrdll.cxx
parentINTEGRATION: CWS ab26 (1.8.82); FILE MERGED (diff)
downloadcore-a4134442ae3af5aff29d4dc8da91fd31131ba1a7.tar.gz
core-a4134442ae3af5aff29d4dc8da91fd31131ba1a7.zip
INTEGRATION: CWS ab26 (1.3.12); FILE MERGED
2006/04/27 14:06:46 ab 1.3.12.1: #i61255# Create own ResMgr in Basic
Diffstat (limited to 'basic/source/runtime/basrdll.cxx')
-rw-r--r--basic/source/runtime/basrdll.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/source/runtime/basrdll.cxx b/basic/source/runtime/basrdll.cxx
index abea0f8caa02..57f553f234e4 100644
--- a/basic/source/runtime/basrdll.cxx
+++ b/basic/source/runtime/basrdll.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: basrdll.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 14:51:27 $
+ * last change: $Author: rt $ $Date: 2006-05-05 08:49:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,7 +62,8 @@ BasicResId::BasicResId( USHORT nId ):
BasicDLL::BasicDLL()
{
*(BasicDLL**)GetAppData(SHL_BASIC) = this;
- pResMgr = NULL;
+ ::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale();
+ pResMgr = ResMgr::CreateResMgr(CREATEVERSIONRESMGR_NAME(ofa), aLocale );
bDebugMode = FALSE;
bBreakEnabled = TRUE;
}