To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49491
------- Additional comments from [EMAIL PROTECTED] Fri Feb 10 04:19:35 -0800
2006 -------
Hello fans!
sc\source\ui\view\tabvwsh3.cxx
has this lines:
case SID_STATUS_DOCPOS:
{
//! Navigator an-/ausschalten (wie im
Writer) ???
//!GetViewData()->GetDispatcher().Execute(
SID_NAVIGATOR,
//!
SFX_CALLMODE_SYNCHRON|SFX_CALLMODE_RECORD );
}
break;
it is very same in Writer:
sw\source\ui\uiview\view2.cxx
case FN_STAT_PAGE:
{
GetViewFrame()->GetDispatcher()->Execute( SID_NAVIGATOR,
SFX_CALLMODE_SYNCHRON|SFX_CALLMODE_RECORD );
}
break;
Does anyone know anything why we not uncomment these lines in the Calc's source?
---------------------------------------------------------------------
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]