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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Julien Nabet <[email protected]> ---
I found 2 entries:
- .uno:SendMailDocAsMS
- .uno:SendMailDocAsOOo

To find them:
grep uno
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu|cut -d'"'
-f2|grep -v value |sort  >  ~/lo/bugs/114286_dup/writeruno.txt

grep uno
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu|cut -d'"'
-f2|grep -v value |sort  >  ~/lo/bugs/114286_dup/genericuno.txt

grep uno officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu|cut
-d'"' -f2|grep -v value |sort  >  ~/lo/bugs/114286_dup/calcuno.txt

grep uno
officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu|cut
-d'"' -f2|grep -v value |sort  >  ~/lo/bugs/114286_dup/drawuno.txt

then comm -12 genericuno.txt calcuno.txt to have just some results:
.uno:Delete
.uno:DeleteAllNotes
.uno:GoLeftBlock
.uno:InsertAnnotation
.uno:SendMailDocAsMS
.uno:SendMailDocAsOOo

Then I grep each of them and found only last ones.

I suppose there must be much simpler but I had just this in mind.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to