summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorHannah Meeks <hmeeks4135@gmail.com>2022-04-29 15:25:51 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2022-06-30 03:36:15 +0200
commitcb41db23a044e6e6337bad642aad2c49174aa068 (patch)
tree42ac4d3a463fc7d3af7328f2f492f4b41882ad0b /oovbaapi
parent7ca3eca66888a1fa1b7bd59d79bb8f4c96bd7460 (diff)
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 <mike.kaganski@collabora.com>
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/excel/XRange.idl1
1 files changed, 1 insertions, 0 deletions
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;