diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-02 15:34:45 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-02 15:34:45 +0000 |
commit | 56b74c3e9368ce507e0091777ea1077f59ccfe0e (patch) | |
tree | ec310b9fd84c97573dd269e3cfe9501773e991df /udkapi | |
parent | 5c54e9c9b27aced58da0abcbdc32565928d5b7c2 (diff) |
INTEGRATION: CWS npower4 (1.2.20); FILE MERGED
2006/10/17 11:02:09 npower 1.2.20.1: i#70515# change name property to something less likely to be ambiguous
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/script/XDefaultMethod.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/script/XDefaultMethod.idl b/udkapi/com/sun/star/script/XDefaultMethod.idl index b61efd4d7164..7a77c6bba905 100644 --- a/udkapi/com/sun/star/script/XDefaultMethod.idl +++ b/udkapi/com/sun/star/script/XDefaultMethod.idl @@ -4,9 +4,9 @@ * * $RCSfile: XDefaultMethod.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2006-05-05 10:14:57 $ + * last change: $Author: vg $ $Date: 2006-11-02 16:34:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,7 +62,7 @@ interface XDefaultMethod : ::com::sun::star::uno::XInterface @return The <atom>string</atom> name of default method */ - string getName(); + string getDefaultMethodName(); }; |