diff --git a/loleaflet/images/lc_selectbackground.svg b/loleaflet/images/lc_selectbackground.svg new file mode 100644 index 000000000..a0bd8e693 --- /dev/null +++ b/loleaflet/images/lc_selectbackground.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/loleaflet/src/control/Control.NotebookbarImpress.js b/loleaflet/src/control/Control.NotebookbarImpress.js index 80f4cb186..ff360e62e 100644 --- a/loleaflet/src/control/Control.NotebookbarImpress.js +++ b/loleaflet/src/control/Control.NotebookbarImpress.js @@ -2364,6 +2364,29 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({ } ], 'vertical': 'false' + }, + { + 'id': 'Insert-Section-Background', + 'type': 'container', + 'text': '', + 'enabled': 'true', + 'children': [ + { + 'id': 'Section2', + 'type': 'toolbox', + 'text': '', + 'enabled': 'true', + 'children': [ + { + 'id': 'selectbackground', + 'type': 'menubartoolitem', + 'text': _UNO('.uno:SelectBackground', 'presentation'), + 'command': '' + } + ] + } + ], + 'vertical': 'false' } ], 'vertical': 'false'