To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=96391 Issue #|96391 Summary|sw: View user preferences are always consider modified Component|Word processor Version|DEV300m35 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|ama Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Thu Nov 20 15:18:58 +0000 2008 ------- in sw/source/ui/config/usrpref.cxx SetDefaultPageMode was added and used, but as rParent.SetDefaultPageMode(bSet); so the second argument bModify is implicitly set to true meaning those preferences are always considered modified after load the last set values. Looking at the other examples of SetUpdateCharts, SetMetric, SetDefTab, SetUpdateFields I suspect it should be rParent.SetDefaultPageMode(bSet, TRUE) which is what the attached patch does --------------------------------------------------------------------- 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]