summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorLaurent Godard <laurent.godard@cncc.fr>2018-04-24 16:12:47 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-04-25 01:35:07 +0200
commit0e6999edba35119b051dd0f4e64365ac7dc3f209 (patch)
treee631d4cf797b64c6ef95495b6a99925df7496373 /scripting
parentfcba22ef7959d3bf0c7f3fc02434a120e3d8c075 (diff)
pyprov is not deprecated
Change-Id: I6e7af6e6178f3820a73bae6008d8046161a0d8a5 Reviewed-on: https://gerrit.libreoffice.org/53425 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'scripting')
-rw-r--r--scripting/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripting/README b/scripting/README
index 1ca4fe97bdd9..ba9a1677597d 100644
--- a/scripting/README
+++ b/scripting/README
@@ -34,6 +34,10 @@ C++ implementation of the LanguageScriptProvider UNO service for Basic
C++ implementation of the DialogProvider UNO service used for loading
UNO dialogs from various languages
+- source/pyprov
+
+LanguageScriptProvider for Python
+
- java/com/sun/star/script/framework/provider
Implementation of an abstract base class ScriptProvider which provides
@@ -62,7 +66,3 @@ Example scripts in BeanShell, JavaScript, Java and Python
- java/org/openoffice/*
Support for developing scripts in IDEs such as NetBeans.
-
-- source/pyprov
-
-LanguageScriptProvider for Python