summaryrefslogtreecommitdiff
path: root/patches/vba/offapi-org-openoffice-vba-xwindow-idl.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/vba/offapi-org-openoffice-vba-xwindow-idl.diff')
-rw-r--r--patches/vba/offapi-org-openoffice-vba-xwindow-idl.diff5
1 files changed, 4 insertions, 1 deletions
diff --git a/patches/vba/offapi-org-openoffice-vba-xwindow-idl.diff b/patches/vba/offapi-org-openoffice-vba-xwindow-idl.diff
index 8e2ea4db3..6060a2a85 100644
--- a/patches/vba/offapi-org-openoffice-vba-xwindow-idl.diff
+++ b/patches/vba/offapi-org-openoffice-vba-xwindow-idl.diff
@@ -1,6 +1,6 @@
--- /dev/null
+++ offapi/org/openoffice/vba/XWindow.idl
-@@ -0,0 +1,32 @@
+@@ -0,0 +1,35 @@
+#ifndef __org_openoffice_vba_XWindow_idl__
+#define __org_openoffice_vba_XWindow_idl__
+
@@ -17,6 +17,9 @@
+interface XWindow: com::sun::star::uno::XInterface
+{
+ [attribute] any Caption;
++ [attribute] any ScrollRow;
++ [attribute] any ScrollColumn;
++ [attribute] any WindowState;
+ any SelectedSheets( [in] any aIndex );
+ void SmallScroll( [in] any Down, [in] any Up, [in] any ToRight, [in] any ToLeft );
+ void LargeScroll( [in] any Down, [in] any Up, [in] any ToRight, [in] any ToLeft );