https://bugs.documentfoundation.org/show_bug.cgi?id=69973

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serval2...@yahoo.fr

--- Comment #3 from Julien Nabet <serval2...@yahoo.fr> ---
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 on the CC list for the bug.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to