summaryrefslogtreecommitdiff
path: root/patches/vba/offapi-org-openoffice-vba-xarraywrapper-idl.diff
blob: c8077da1c2714dab6dfac5dac8fd0656912c11bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
*** /dev/null	2005-12-16 09:19:58.720346000 +0000
--- offapi/org/openoffice/vba/XArrayWrapper.idl	2005-12-21 17:00:25.000000000 +0000
***************
*** 0 ****
--- 1,26 ----
+ #ifndef __org_openoffice_vba_XArrayWrapper_idl__
+ #define __org_openoffice_vba_XArrayWrapper_idl__
+ 
+ #ifndef __com_sun_star_uno_XInterface_idl__
+ #include <com/sun/star/uno/XInterface.idl>
+ #endif
+ 
+ //=============================================================================
+ 
+ module org {  module openoffice {  module vba { 
+ 
+ //=============================================================================
+ 
+ published interface XArrayWrapper: com::sun::star::uno::XInterface
+ {
+ 	[attribute, readonly ] boolean IsZeroIndex; 
+ 	[attribute, readonly ] any Array; 
+ };
+ 
+ //=============================================================================
+ 
+ }; }; };
+ 
+ #endif
+ 
+