diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-12-07 11:17:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-12-07 11:17:49 +0000 |
commit | ab9fbaa58b84119e6cf3179d88204367d3031a84 (patch) | |
tree | 0b4c14a2d54dbcc7b48e06b7d8084253c601b270 | |
parent | aae158fd8c1df6ea4e11d48efc41c6265ecff68a (diff) |
INTEGRATION: CWS npower8 (1.2.2); FILE MERGED
2007/09/03 12:20:53 npower 1.2.2.1: #i77189# sync with oobuild
-rw-r--r-- | oovbaapi/org/openoffice/vba/XGlobals.idl | 5 |
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( ); }; }; }; }; |