summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-12-07 11:17:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-12-07 11:17:49 +0000
commit4ea106991999915dd6179b7d087a1214b950b563 (patch)
tree54029d16be4025ed6a97f7366df0d84bd68790f1 /oovbaapi
parentd4911b9af742d4dfc5bfecfa881d3ebed8abb76d (diff)
INTEGRATION: CWS npower8 (1.2.2); FILE MERGED
2007/09/03 12:20:53 npower 1.2.2.1: #i77189# sync with oobuild
Diffstat (limited to 'oovbaapi')
-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 c5a2b0f52b..1c016e22ae 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( );
};
}; }; };