summaryrefslogtreecommitdiff
path: root/sc/util
diff options
context:
space:
mode:
authorWinfried Donkers <osc@dci-electronics.nl>2013-01-28 16:19:00 +0100
committerEike Rathke <erack@redhat.com>2013-02-02 16:51:23 +0000
commit06b8f15c8dd23504b8e087451ee5c82eb74edd81 (patch)
treeec7e0694f79e98e66ca7f07628e8fa089d43f5f7 /sc/util
parent3974e9952102dbfb4f004872768b1096133bd9a5 (diff)
fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2
Conflicts: sc/source/filter/excel/xlformula.cxx sc/source/filter/oox/formulabase.cxx Change-Id: I6ee01764ae9fc27854fd3bd8a630b9d3560192e5 Reviewed-on: https://gerrit.libreoffice.org/1477 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/util')
-rw-r--r--sc/util/hidother.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/util/hidother.src b/sc/util/hidother.src
index 718dce297452..be1670729e4c 100644
--- a/sc/util/hidother.src
+++ b/sc/util/hidother.src
@@ -340,6 +340,7 @@ hidspecial HID_FUNC_GROSS2 { HelpID = HID_FUNC_GROSS2; };
hidspecial HID_FUNC_GROSS { HelpID = HID_FUNC_GROSS; };
hidspecial HID_FUNC_KLEIN { HelpID = HID_FUNC_KLEIN; };
hidspecial HID_FUNC_WERT { HelpID = HID_FUNC_WERT; };
+hidspecial HID_FUNC_NUMBERVALUE { HelpID = HID_FUNC_NUMBERVALUE; };
hidspecial HID_FUNC_TEXT { HelpID = HID_FUNC_TEXT; };
hidspecial HID_FUNC_T { HelpID = HID_FUNC_T; };
hidspecial HID_FUNC_ERSETZEN { HelpID = HID_FUNC_ERSETZEN; };