sc/source/core/tool/odffmap.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit f804b8d0b1fc0c215c8883c76344b2d256d5c003 Author: Eike Rathke <er...@redhat.com> AuthorDate: Fri Jun 17 23:53:34 2022 +0200 Commit: Eike Rathke <er...@redhat.com> CommitDate: Sat Jun 18 01:53:49 2022 +0200 Remove comment of long removed MapDupToInternal field Change-Id: I0fd78eb1ff1fedf0ddb9728b06a3ee6de7973329 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136066 Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Jenkins diff --git a/sc/source/core/tool/odffmap.cxx b/sc/source/core/tool/odffmap.cxx index 112854f4a71c..1a469208fc35 100644 --- a/sc/source/core/tool/odffmap.cxx +++ b/sc/source/core/tool/odffmap.cxx @@ -19,8 +19,8 @@ #include <compiler.hxx> -// ODFF, English, MapDupToInternal when writing ODFF, Programmatical, ODF_11 -// functions duplicated to internal when writing ODFF are listed in static const XclFunctionInfo saFuncTable_4[] +// ODFF, English, Programmatical, ODF_11 +// Functions duplicated to internal when writing ODFF are listed in static const XclFunctionInfo saFuncTable_4[] const ScCompiler::AddInMap ScCompiler::g_aAddInMap[] = { { "ORG.OPENOFFICE.WEEKS", "WEEKS", "com.sun.star.sheet.addin.DateFunctions.getDiffWeeks", "COM.SUN.STAR.SHEET.ADDIN.DATEFUNCTIONS.GETDIFFWEEKS" },