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

Heiko Tietze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|libreoffice-ux-advise@lists |[email protected],
                   |.freedesktop.org            |[email protected]
           Keywords|                            |difficultyBeginner,
                   |                            |easyHack, skillDesign,
                   |                            |topicUI

--- Comment #9 from Heiko Tietze <[email protected]> ---
Some code pointers:

> 1) The tooltip for .uno:LineToolbox needs to be changed to 'Lines and
> Polygons'
The LineToolbox is here
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu?r=82bba7e4#4761
The ArrowsToolbox (labeled "Lines") at
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu?r=82bba7e4#1998
(not sure at what of the two we should do the changes)

> 2) The toolbar title of linesbar.xml needs to be changed to 'Lines and
> Polygons'
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu?r=00f96e88#127
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu?r=00f96e88#196
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu?r=00f96e88#578
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu?r=00f96e88#515

> 3) The Arrows toolbar (arrowsbar.xml) needs to be removed from View >
> Toolbars

Maybe per 

  <prop oor:name="HideFromToolbarMenu" oor:type="xs:boolean">
      <value>true</value>
  </prop>

at 

https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu#711
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu#210
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu#315
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu#226

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to