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

--- Comment #3 from aybuke <[email protected]> ---
Hi everyone,

I added "--usage-dump" in aCmdLineHelp_left array.
http://opengrok.libreoffice.org/xref/core/desktop/source/app/cmdlinehelp.cxx#53

When run with this parameter LO, bCollecting must be true, as I understand it.
http://opengrok.libreoffice.org/xref/core/sfx2/source/control/unoctitm.cxx#672

I have to do this, I think:

if (!bCollecting)
    if(use --usage-dump) // Can you give an example of this control?
      bCollecting = true
    else
      return

Am I trying to do the right function?

Thank you.

-- 
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

Reply via email to