To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=21413
User er changed the following:
What |Old value |New value
================================================================================
CC|'' |'er'
--------------------------------------------------------------------------------
Assigned to|er |ab
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jul 28 04:11:08 -0700
2005 -------
Hi Andreas,
The normal flow to determine the locale is:
- Fixed locale under Tools.Options.LanguageSettings
- if that is set to "Default":
- obtain content of environment variables with precedence in order of
- LC_ALL
- LC_CTYPE
- LANG
- if none of these is set, use "C" (en_US) locale.
The locale is set at the AllSettings of vcl. The SvtSysLocale should,
and does, follow that, see svtools/source/syslocale/syslocale.cxx.
Invoking "LANG=de_DE soffice" also has the desired effect on the
application, as you can easily see if you create a new spreadsheet
document and go to the Format.Cells.Numbers tabpage and take a look at
the number formats.
Why that does not work for Basic in OOo1.1.4 currently is beyond my
scope, without having it debugged. As it does work in an m117 I suggest
to close this issue, target OOoLater at least doesn't make any sense.
Btw, instead of rData.getNumDecimalSep().GetBuffer()[0] I would use
rData.getNumDecimalSep().GetChar(0), just for semantics.
Eike
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]