diff options
author | Clément Lassieur <clement@lassieur.org> | 2015-04-08 21:01:07 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-09 08:13:17 +0000 |
commit | 3c00e75c1437fc666baa72bd550f7d4a4e6918eb (patch) | |
tree | 2dbf2871d3e7ad8dcabd3101168c7debaa379e98 /sc | |
parent | 35163715ead39eece619a5790903c88fa4216ec6 (diff) |
add Product function to Subtotals UI
Change-Id: I240859bafa953c75ee639ccb77305161274217d1
Reviewed-on: https://gerrit.libreoffice.org/15210
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/subtotalgrppage.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/subtotalgrppage.ui b/sc/uiconfig/scalc/ui/subtotalgrppage.ui index bb8cc3920e3b..d8085ec92afb 100644 --- a/sc/uiconfig/scalc/ui/subtotalgrppage.ui +++ b/sc/uiconfig/scalc/ui/subtotalgrppage.ui @@ -24,6 +24,9 @@ <col id="0" translatable="yes">Min</col> </row> <row> + <col id="0" translatable="yes">Product</col> + </row> + <row> <col id="0" translatable="yes">Count (numbers only)</col> </row> <row> |