From 6d24687976074e3bf84dcc4d373cc8a208b4e299 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 15 Sep 2016 14:17:03 +0200 Subject: tdf#102206 Change suffixes of LCM_ADD and GCD_ADD to _EXCEL2003 Change-Id: I8004ad5eb82e3c1d522b655f8533750d87a64bd3 Reviewed-on: https://gerrit.libreoffice.org/28927 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- source/text/scalc/01/04060106.xhp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp index 639f7e0c23..93f9f27ab1 100644 --- a/source/text/scalc/01/04060106.xhp +++ b/source/text/scalc/01/04060106.xhp @@ -489,21 +489,21 @@
- GCD_ADD function + GCD_EXCEL2003 function -GCD_ADD +GCD_EXCEL2003 The result is the greatest common divisor of a list of numbers. Syntax -GCD_ADD(Number(s)) +GCD_EXCEL2003(Number(s)) Number(s) is a list of up to 30 numbers. Example -=GCD_ADD(5;15;25) returns 5. +=GCD_EXCEL2003(5;15;25) returns 5.
@@ -528,21 +528,21 @@
- LCM_ADD function + LCM_EXCEL2003 function -LCM_ADD +LCM_EXCEL2003 The result is the lowest common multiple of a list of numbers. Syntax -LCM_ADD(Number(s)) +LCM_EXCEL2003(Number(s)) Number(s) is a list of up to 30 numbers. Example -=LCM_ADD(5;15;25) returns 75. +=LCM_EXCEL2003(5;15;25) returns 75.
-- cgit