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:
parent
e7303d7f19
commit
4f5aced823
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue