summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oovbaapi/org/openoffice/vba/XGlobals.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/oovbaapi/org/openoffice/vba/XGlobals.idl b/oovbaapi/org/openoffice/vba/XGlobals.idl
index 42f6bed0b1cb..c1d4d05c2f77 100644
--- a/oovbaapi/org/openoffice/vba/XGlobals.idl
+++ b/oovbaapi/org/openoffice/vba/XGlobals.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XGlobals.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-04-27 07:33:47 $
+ * last change: $Author: vg $ $Date: 2007-12-07 12:17:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,6 +62,7 @@ interface XGlobals: com::sun::star::uno::XInterface
any WorkBooks( [in] any aIndex );
any Sheets( [in] any aIndex );
any Range( [in] any Cell1, [in] any Cell2 );
+ any Names( );
};
}; }; };