summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/JavaScript.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script/JavaScript.idl')
-rw-r--r--udkapi/com/sun/star/script/JavaScript.idl28
1 files changed, 5 insertions, 23 deletions
diff --git a/udkapi/com/sun/star/script/JavaScript.idl b/udkapi/com/sun/star/script/JavaScript.idl
index 6c1bdc1d8bba..804bae797851 100644
--- a/udkapi/com/sun/star/script/JavaScript.idl
+++ b/udkapi/com/sun/star/script/JavaScript.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: JavaScript.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2002-10-03 12:44:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,39 +71,21 @@
module com { module sun { module star { module script {
//=============================================================================
-
-// DocMerge from xml: service com::sun::star::script::JavaScript
/** service is implementation of a JavaScript interpreter.
<p>The interpreter should be similar to JavaScript 1.1. The exact
behavior will be specified in future.</p>
+
+ @deprecated
*/
service JavaScript
{
- // DocMerge: empty anyway
+ /// Parent service
service com::sun::star::script::Engine;
-
};
//=============================================================================
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:35 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:38 mi
- documentation merged from XML
-
- Revision 1.2 2000/01/03 12:03:22 mi
- reference manual
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
#endif