summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-04-16 21:09:01 +0300
committerTor Lillqvist <tml@collabora.com>2018-05-31 14:24:23 +0300
commit269c29131f5921ab92acf167ca24e8880cfa8bd4 (patch)
treece5c4f1bfba6b74f8cf72b46518996ddc9a97406 /oovbaapi
parenta5a8346cca567b7657fd144c4f0ad7f2113c5dae (diff)
Add a WindowState attribute to ooo.vba.word.XApplication, too
It seems to be something 3rd-party VB6 clients expect to be able to get and put. Change-Id: If5079da8ba99fde74b12b9590737d575f6636210
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/word/XApplication.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/XApplication.idl b/oovbaapi/ooo/vba/word/XApplication.idl
index a0ad911370a9..ea709e7ec2b2 100644
--- a/oovbaapi/ooo/vba/word/XApplication.idl
+++ b/oovbaapi/ooo/vba/word/XApplication.idl
@@ -34,6 +34,7 @@ interface XApplication : XConnectable
[attribute, readonly] XSelection Selection;
[attribute] boolean DisplayAutoCompleteTips;
[attribute] long EnableCancelKey;
+ [attribute] long WindowState;
any CommandBars( [in] any Index );
any Documents( [in] any Index );