diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-07-10 08:02:59 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-07-10 08:02:59 +0000 |
commit | 0122dbd3ecd7f6e015057a8c01e9b89c2ee892ac (patch) | |
tree | 96efa081867d3cfc68f0da5094a159ac9a9da009 /basctl | |
parent | 5a7fa910e8b66f3ecdbc0881650206c803d16bc0 (diff) |
#87257# Locale Setting implementation needed
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/iderdll.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx index bcf8c9b7e..a5134a01d 100644 --- a/basctl/source/basicide/iderdll.cxx +++ b/basctl/source/basicide/iderdll.cxx @@ -2,9 +2,9 @@ * * $RCSfile: iderdll.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: tbe $ $Date: 2000-11-14 16:06:20 $ + * last change: $Author: tbe $ $Date: 2001-07-10 09:02:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,7 +109,7 @@ BasicIDEDLL::BasicIDEDLL() ByteString aResMgrName( "basctl" ); aResMgrName += ByteString::CreateFromInt32( SOLARUPD ); pResMgr = ResMgr::CreateResMgr( - aResMgrName.GetBuffer(), Application::GetAppInternational().GetLanguage() ); + aResMgrName.GetBuffer(), Application::GetSettings().GetUILanguage() ); pShell = 0; pExtraData = 0; GetExtraData(); // damit GlobalErrorHdl gesetzt wird. |