To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95316
                 Issue #|95316
                 Summary|desktop: Desktop::SystemSettingsChanging doesn't ever 
                        |do anything
               Component|framework
                 Version|DEV300m33
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|mba
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Wed Oct 22 13:21:53 +0000 
2008 -------
In desktop/source/app/app.cxx

Desktop::SystemSettingsChanging has a

if ( !SvtTabAppearanceCfg::IsInitialized () )
    return;

at the top. As far as I can see SvtTabAppearanceCfg::IsInitialized is false for
the lifetime of OOo, so the method doesn't actually ever do anything.

I think this method is used to override vcl auto-detected system settings for
stuff like user-option selected drag and drop behaviour and so on. (Well, that's
what I want to use it for anyway)

So, either the method should do something, or go away. I guess there's probably
some history about this that I'm unaware of, but here's the naive patch to
renable it which seems to work fine for me

---------------------------------------------------------------------
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]

Reply via email to