notebookbar: enable dropdown for currency toolitem
use toolbar from notebookbar_online.ui in the core Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: Ibeba3acfdae69248ed4de5d6a2df43cb7d1bb47a
This commit is contained in:
parent
2b9558373f
commit
3ddeab3ca8
1 changed files with 2 additions and 1 deletions
|
@ -673,12 +673,13 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({
|
|||
'type': 'container',
|
||||
'children': [
|
||||
{
|
||||
'id': 'second9',
|
||||
'id': 'WeldedToolbar', // has to match core .ui file toolbox id!
|
||||
'type': 'toolbox',
|
||||
'children': [
|
||||
{
|
||||
'id': 'home-number-format-currency',
|
||||
'type': 'toolitem',
|
||||
'dropdown': true,
|
||||
'text': _UNO('.uno:NumberFormatCurrency', 'spreadsheet'),
|
||||
'command': '.uno:NumberFormatCurrency',
|
||||
'accessibility': { focusBack: true, combination: 'P', de: null }
|
||||
|
|
Loading…
Reference in a new issue