From ab9fbaa58b84119e6cf3179d88204367d3031a84 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 7 Dec 2007 11:17:49 +0000 Subject: INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/09/03 12:20:53 npower 1.2.2.1: #i77189# sync with oobuild --- oovbaapi/org/openoffice/vba/XGlobals.idl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'oovbaapi') 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( ); }; }; }; }; -- cgit