summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-02 15:34:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-02 15:34:45 +0000
commit56b74c3e9368ce507e0091777ea1077f59ccfe0e (patch)
treeec310b9fd84c97573dd269e3cfe9501773e991df /udkapi/com/sun/star/script
parent5c54e9c9b27aced58da0abcbdc32565928d5b7c2 (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/com/sun/star/script')
-rw-r--r--udkapi/com/sun/star/script/XDefaultMethod.idl6
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();
};