conditional formatting: Enable the toolbar button in calc.

Change-Id: I7191d367f8cb95e087b8e4899e94d4d241b9fae3
Reviewed-on: https://gerrit.libreoffice.org/67375
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
Jan Holesovsky 2019-02-04 19:00:07 +01:00
parent e7303d7f19
commit 4f5aced823

View file

@ -1574,7 +1574,8 @@ function onDocLayerInit() {
switch (docType) {
case 'spreadsheet':
toolbarUp.show('textalign', 'wraptext', 'breakspacing', 'insertannotation', 'numberformatcurrency', 'numberformatpercent',
toolbarUp.show('textalign', 'wraptext', 'breakspacing', 'insertannotation', 'conditionalformaticonset',
'numberformatcurrency', 'numberformatpercent',
'numberformatincdecimals', 'numberformatdecdecimals', 'break-number',
'setborderstyle');
toolbarUp.remove('styles');