From cb41db23a044e6e6337bad642aad2c49174aa068 Mon Sep 17 00:00:00 2001 From: Hannah Meeks Date: Fri, 29 Apr 2022 15:25:51 +0100 Subject: tdf#99514 - implement Value2 for compatibility Value2 ignores date formatting in a way that Value does not. Extended vba.xls to test this too. Change-Id: Id75a3dafae2166221731847b7c81e93e8ad835fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133645 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- oovbaapi/ooo/vba/excel/XRange.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'oovbaapi') diff --git a/oovbaapi/ooo/vba/excel/XRange.idl b/oovbaapi/ooo/vba/excel/XRange.idl index e640f39eb33e..9dcc41f95166 100644 --- a/oovbaapi/ooo/vba/excel/XRange.idl +++ b/oovbaapi/ooo/vba/excel/XRange.idl @@ -43,6 +43,7 @@ interface XRange //interface ::ooo::vba::XHelperInterface; [attribute] any Value; + [attribute] any Value2; [attribute] any Formula; [attribute] any FormulaArray; [attribute] any FormulaR1C1; -- cgit