summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-05-14 12:07:43 +0100
committerNoel Power <noel.power@suse.com>2013-05-15 11:00:38 +0100
commite9281c438b8cd8b34e8cbc1dd05c22e374f21fc0 (patch)
treead29154d26cd949ce00fa8633000e36877f0f9b1 /oovbaapi
parentb4f069e21378c03a1306220b953eb1172df1a8bd (diff)
make some vba Name object attributes read/write and add test document
cherry-picked from fbd74ed44cd011ebab95bb4bc4eb6b15c1272c43 Change-Id: Ibd12835cc5368080a302b3b8d7c6f52ccc434e3c
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/excel/XName.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/oovbaapi/ooo/vba/excel/XName.idl b/oovbaapi/ooo/vba/excel/XName.idl
index dc6ba1c1ee09..d46dc14657d7 100644
--- a/oovbaapi/ooo/vba/excel/XName.idl
+++ b/oovbaapi/ooo/vba/excel/XName.idl
@@ -37,10 +37,10 @@ interface XName
[attribute] string NameLocal;
[attribute] boolean Visible;
[attribute] string Value;
- [attribute, readonly] string RefersTo;
- [attribute, readonly] string RefersToLocal;
- [attribute, readonly] string RefersToR1C1;
- [attribute, readonly] string RefersToR1C1Local;
+ [attribute] string RefersTo;
+ [attribute] string RefersToLocal;
+ [attribute] string RefersToR1C1;
+ [attribute] string RefersToR1C1Local;
[attribute, readonly] XRange RefersToRange;
void Delete( );