[Libreoffice-commits] core.git: scaddins/source
Eike Rathke
erack at redhat.com
Thu Oct 8 07:39:16 PDT 2015
scaddins/source/analysis/analysis.src | 14 +++++++-------
scaddins/source/analysis/analysishelper.cxx | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
New commits:
commit 40863a8221a2766250b04c0b12320003f4efcf6e
Author: Eike Rathke <erack at redhat.com>
Date: Thu Oct 8 16:38:01 2015 +0200
be consistent with suffix
Change-Id: I40af1526bd8155ad66303f8519c8a6c36a5aa57b
diff --git a/scaddins/source/analysis/analysis.src b/scaddins/source/analysis/analysis.src
index 1febe75..48a1d86 100644
--- a/scaddins/source/analysis/analysis.src
+++ b/scaddins/source/analysis/analysis.src
@@ -183,37 +183,37 @@ Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
Resource ANALYSIS_Networkdays
{
- String 1 // description Networkdays
+ String 1 // description Networkdays_Excel2003
{
Text [ en-US ] = "Returns the number of workdays between two dates.\nThis function exists for interoperability with older Microsoft Excel documents, for new documents use NETWORKDAYS instead.";
};
- String 2 // name of parameter 1 Networkdays
+ String 2 // name of parameter 1 Networkdays_Excel2003
{
Text [ en-US ] = "Start date";
};
- String 3 // description of parameter 1 Networkdays
+ String 3 // description of parameter 1 Networkdays_Excel2003
{
Text [ en-US ] = "The start date";
};
- String 4 // name of parameter 2 Networkdays
+ String 4 // name of parameter 2 Networkdays_Excel2003
{
Text [ en-US ] = "End date";
};
- String 5 // description of parameter 2 Networkdays
+ String 5 // description of parameter 2 Networkdays_Excel2003
{
Text [ en-US ] = "The end date";
};
- String 6 // name of parameter 3 Networkdays
+ String 6 // name of parameter 3 Networkdays_Excel2003
{
Text [ en-US ] = "Holidays";
};
- String 7 // description of parameter 3 Networkdays
+ String 7 // description of parameter 3 Networkdays_Excel2003
{
Text [ en-US ] = "List of date values representing days off (vacation, holidays, etc.)";
};
diff --git a/scaddins/source/analysis/analysishelper.cxx b/scaddins/source/analysis/analysishelper.cxx
index 517f091..8ffe4a2 100644
--- a/scaddins/source/analysis/analysishelper.cxx
+++ b/scaddins/source/analysis/analysishelper.cxx
@@ -53,7 +53,7 @@ const FuncDataBase pFuncDatas[] =
FUNCDATA( Edate, UNIQUE, INTPAR, 2, FDCat_DateTime ),
FUNCDATAS( Weeknum, DOUBLE, INTPAR, 2, FDCat_DateTime, "_EXCEL2003" ),
FUNCDATA( Eomonth, UNIQUE, INTPAR, 2, FDCat_DateTime ),
- FUNCDATAS( Networkdays, DOUBLE, INTPAR, 3, FDCat_DateTime, "_XCL" ),
+ FUNCDATAS( Networkdays, DOUBLE, INTPAR, 3, FDCat_DateTime, "_EXCEL2003" ),
FUNCDATA( Iseven, DOUBLE, STDPAR, 1, FDCat_Inf ),
FUNCDATA( Isodd, DOUBLE, STDPAR, 1, FDCat_Inf ),
FUNCDATA( Multinomial, UNIQUE, STDPAR, 1, FDCat_Math ),
More information about the Libreoffice-commits
mailing list