summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-02-07 11:55:51 +0200
committerTor Lillqvist <tml@collabora.com>2019-02-07 12:40:10 +0200
commit49181f4b2f3cc1eeb6d0ed0ad317c6f314bb5eba (patch)
treeb3263943fc47d4ec94387368192beddd2b974086 /oovbaapi
parent9f3926df5c2828ad3e8cfce2b4444b1c84352cf4 (diff)
The parameter to WordBasic.AppShow() is optional and thus has to be an Any
Change-Id: I134101d1be5922051e34352331a49f5706030ff2
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/word/XWordBasic.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/oovbaapi/ooo/vba/word/XWordBasic.idl b/oovbaapi/ooo/vba/word/XWordBasic.idl
index d9e2a239668e..17cf27742b2f 100644
--- a/oovbaapi/ooo/vba/word/XWordBasic.idl
+++ b/oovbaapi/ooo/vba/word/XWordBasic.idl
@@ -41,7 +41,7 @@ interface XWordBasic
long AppMaximize( [in] string WindowName, [in] any State );
long DocMaximize( [in] any State );
- void AppShow( [in] string WindowName );
+ void AppShow( [in] any WindowName );
long AppCount();
};