summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-10-08 16:43:39 +0200
committerEike Rathke <erack@redhat.com>2015-10-08 16:49:07 +0200
commit1fb2bffc15a82adc592c00abf7e3aecd5f813ae9 (patch)
treee7110cf8cdff639c2a51342f7a2f4833f8e10557 /sc
parent40863a8221a2766250b04c0b12320003f4efcf6e (diff)
consistently use _ADD suffix for Add-In duplicated function names
... as English names. These might be used in API calls to execute one function if I'm not mistaken.. that old Add-In "when are which names used" is a maze.. Change-Id: If7e0d38c422533c49243c93245dc666c553a2153
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/odffmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/odffmap.cxx b/sc/source/core/tool/odffmap.cxx
index b12249c91f1b..4db554dd1eef 100644
--- a/sc/source/core/tool/odffmap.cxx
+++ b/sc/source/core/tool/odffmap.cxx
@@ -37,7 +37,7 @@ ScCompiler::AddInMap ScCompiler::maAddInMap[] =
{ "EDATE", "EDATE", "com.sun.star.sheet.addin.Analysis.getEdate", "COM.SUN.STAR.SHEET.ADDIN.ANALYSIS.GETEDATE" },
{ "WEEKNUM", "WEEKNUM_ADD", "com.sun.star.sheet.addin.Analysis.getWeeknum", "COM.SUN.STAR.SHEET.ADDIN.ANALYSIS.GETWEEKNUM" },
{ "EOMONTH", "EOMONTH", "com.sun.star.sheet.addin.Analysis.getEomonth", "COM.SUN.STAR.SHEET.ADDIN.ANALYSIS.GETEOMONTH" },
- { "NETWORKDAYS", "NETWORKDAYS_XCL", "com.sun.star.sheet.addin.Analysis.getNetworkdays", "COM.SUN.STAR.SHEET.ADDIN.ANALYSIS.GETNETWORKDAYS" },
+ { "NETWORKDAYS", "NETWORKDAYS_ADD", "com.sun.star.sheet.addin.Analysis.getNetworkdays", "COM.SUN.STAR.SHEET.ADDIN.ANALYSIS.GETNETWORKDAYS" },
{ "ISEVEN", "ISEVEN_ADD", "com.sun.star.sheet.addin.Analysis.getIseven", "COM.SUN.STAR.SHEET.ADDIN.ANALYSIS.GETISEVEN" },
{ "ISODD", "ISODD_ADD", "com.sun.star.sheet.addin.Analysis.getIsodd", "COM.SUN.STAR.SHEET.ADDIN.ANALYSIS.GETISODD" },
{ "MULTINOMIAL", "MULTINOMIAL", "com.sun.star.sheet.addin.Analysis.getMultinomial", "COM.SUN.STAR.SHEET.ADDIN.ANALYSIS.GETMULTINOMIAL" },