To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=86443
------- Additional comments from [email protected] Sat Dec 27 05:34:46 +0000 2008 ------- I haven't worked out yet how to get the source code for openoffice.org in a format I can read. However, thanks to http://svn.services.openoffice.org/opengrok/xref/Current/svtools/source/contnr/fileview.cxx I see only one reference to ViewTabListBox_Impl::GetAccessibleObjectDescription 1055 ::rtl::OUString ViewTabListBox_Impl::GetAccessibleObjectDescription( ::svt::AccessibleBrowseBoxObjType _eType, sal_Int32 _nPos ) const 1056 { 1057 ::rtl::OUString sRet = SvHeaderTabListBox::GetAccessibleObjectDescription( _eType, _nPos ); 1058 if ( ::svt::BBTYPE_TABLECELL == _eType ) 1059 { 1060 sal_Int32 nRow = _nPos / GetColumnCount(); I am getting an "arithmetic error"; I guess a divide by zero in line 1060 . --------------------------------------------------------------------- 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]
