libreoffice-online/browser/images/lc_pagemenu.svg
Andras Timar 895ea3b3ca Some additional fixes to Draw UI
* Draw and Impress UNO command names are defined in the same file, therefore
  we need to refer to 'presentation' when we want to extract a string.
  * So there is no such thing as 'drawing' in this context.
  * We need to use the _UNO() function to get the names instead of the
    raw command IDs when we build Draw's menus.
  * It is not necessary to define actions that simply send a UNO command,
    some code could be deleted.
* Impress use the term 'slide', Draw use the term 'page'. We need to make
  difference on the UI, cf. "Are you sure you want to delete page/slide?".
* Draw's Insert notebookbar tab was inherited from Impress, but it was not
  right because of 'slide' vs. 'page' difference, and also, Draw pages
  cannot have headers and footers, so the Header/footer button was removed
  in Draw.
* On Draw's notebookbar the 'Draw' tab was unlocalizable. It's not a product
  name there.

Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I54a7b14b83e48a706b15cac6bb538886ef009a49
2022-01-17 21:26:03 +01:00

1 line
No EOL
227 B
XML

<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 3v18h14v-18z" fill="#fafafa"/><g fill="#3a3a38"><path d="m4 2v20h16v-20zm1 1h14v18h-14z"/><path d="m18 4h-12v1 14 1h12v-1-14zm-1 1v14h-10v-14z"/></g></svg>