Skip to content

Commit

Permalink
Calc: Data tab: Add Convert formula to value icon
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Pinto Silva <[email protected]>
Change-Id: I2abafbe3b8005d68b80dabc8d0b31b66504d7d6b
  • Loading branch information
pedropintosilva authored and Darshan-upadhyay1110 committed Aug 10, 2024
1 parent 15c0198 commit 13ac89b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions browser/images/lc_convertformulatovalue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions browser/src/control/Control.NotebookbarCalc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({
},
{
'type': 'container',
'children': [
'children': [
{
'type': 'toolbox',
'children': [
Expand All @@ -1757,7 +1757,6 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({
'type': 'toolitem',
'text': _UNO('.uno:ConvertFormulaToValue', 'spreadsheet'),
'command': '.uno:ConvertFormulaToValue',
'image': false,
'accessibility': { focusBack: true, combination: 'R', de: null }
}
]
Expand Down

0 comments on commit 13ac89b

Please sign in to comment.