To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64502
------- Additional comments from [EMAIL PROTECTED] Wed Apr 19 08:34:07 -0700
2006 -------
At least one of the reasons for this problem is CWS internatiodel, which changed
vcl/inc/settings.hxx like this (diff -r1.35 -r1.36):
@@ -1180,7 +1176,6 @@ private:
SoundSettings maSoundSettings;
NotificationSettings maNotificationSettings;
HelpSettings maHelpSettings;
- International maInternational;
::com::sun::star::lang::Locale maLocale;
ULONG mnSystemUpdate;
ULONG mnWindowUpdate;
Problem is, this member, though in a pimpled struct ImplAllSettingsData, gets
accessed via inlines from the AllSettings class, which is used all over the
place (e.g. OutputDevice, and thus also Window).
---------------------------------------------------------------------
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]