https://bugs.documentfoundation.org/show_bug.cgi?id=69973
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Julien Nabet <[email protected]> --- Michael: I noticed that AddDocumentToPickList was called at the opening + closing of the document. 406 case SFX_EVENT_OPENDOC: 407 { 408 AddDocumentToPickList(pDocSh); 409 } 410 break; 411 412 case SFX_EVENT_SAVEDOCDONE: 413 case SFX_EVENT_SAVEASDOCDONE: 414 case SFX_EVENT_SAVETODOCDONE: 415 case SFX_EVENT_CLOSEDOC: 416 { 417 AddDocumentToPickList(pDocSh); 418 } 419 break; 420 421 case SFX_EVENT_SAVEASDOC: 422 { ... 434 AddDocumentToPickList(pDocSh); See http://opengrok.libreoffice.org/xref/core/sfx2/source/appl/sfxpicklist.cxx#406 Moreover, shell/source/unix/sysshell/systemshell.cxx is nowhere to be seen (at least in master sources). Any thoughts? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
