User: timar Date: 06/02/11 14:28:16 Added: /hu/src/2.0.2/Patches/ i49491-sc-enable-navigator.diff
Log: double click on statusbar opens navigator like in Writer File Changes: Directory: /hu/src/2.0.2/Patches/ ================================= File [added]: i49491-sc-enable-navigator.diff Url: http://hu.openoffice.org/source/browse/hu/src/2.0.2/Patches/i49491-sc-enable-navigator.diff?rev=1.1&content-type=text/vnd.viewcvs-markup Added lines: 15 --------------- --- sc/source/ui/view/tabvwsh3.cxx.orig 2005-12-16 09:09:08.000000000 +0100 +++ sc/source/ui/view/tabvwsh3.cxx 2006-02-10 13:39:44.781250000 +0100 @@ -920,9 +920,9 @@ case SID_STATUS_DOCPOS: { - //! Navigator an-/ausschalten (wie im Writer) ??? - //!GetViewData()->GetDispatcher().Execute( SID_NAVIGATOR, - //! SFX_CALLMODE_SYNCHRON|SFX_CALLMODE_RECORD ); + // Navigator an-/ausschalten (wie im Writer) + GetViewData()->GetDispatcher().Execute( SID_NAVIGATOR, + SFX_CALLMODE_SYNCHRON|SFX_CALLMODE_RECORD ); } break; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
