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 21:50:49 +0300
commit1c9f1527c9d535ab5a333afbfa6248e7b81fa09e (patch)
tree38ca5db7eb8559116b5f1f77aec43c79cfc6550f /oovbaapi
parentb9d657a041069c36d65dff30657aacc3e6a9e6b7 (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 (cherry picked from commit 269c29131f5921ab92acf167ca24e8880cfa8bd4)
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 );