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:
Szymon Kłos 2024-01-09 14:40:06 +01:00 committed by Tomaž Vajngerl
parent 2b9558373f
commit 3ddeab3ca8

View file

@ -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 }