To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105645 Issue #|105645 Summary|sw: unused lcl_FirstTabCalc Component|Word processor Version|DEV300m60 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|hbrinkm Reported by|cmc
------- Additional comments from [email protected] Tue Oct 6 11:35:21 +0000 2009 ------- Seeing as now in source/code/layout/tabfrm.cxx we have... const BOOL bOptLower = FALSE; if ( bOptLower && Lower() ) { lots of stuff } then all the stuff inside if (false) can't get called so we should either remove it or comment it out entirely. I favour the deletion route :-) especially as its riddled with comments about hacks to not crash. So it's been a source of crashers, and is no longer getting used. --------------------------------------------------------------------- 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]
