[Libreoffice-commits] .: scp2/source

Caolán McNamara caolan at kemper.freedesktop.org
Tue Mar 1 13:08:41 PST 2011


 scp2/source/extensions/directory_extensions.scp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8262550815e661c336a940c0436f6c2e5ca0a53c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Mar 1 21:08:30 2011 +0000

    those were the wrong defines

diff --git a/scp2/source/extensions/directory_extensions.scp b/scp2/source/extensions/directory_extensions.scp
index 9222352..a36885d 100644
--- a/scp2/source/extensions/directory_extensions.scp
+++ b/scp2/source/extensions/directory_extensions.scp
@@ -280,7 +280,7 @@ End
 
 /* ** Script provider for JavaScript ** */
 
-#ifndef WITHOUT_EXTENSION_SCRIPTING_BEANSHELL
+#ifndef WITHOUT_EXTENSION_SCRIPTING_JAVASCRIPT
 
 Directory gid_Brand_Dir_Share_Extensions_Script_Provider_For_Javascript
     ParentID = gid_Brand_Dir_Share_Extensions;
@@ -291,7 +291,7 @@ End
 
 /* ** Script provider for Python ** */
 
-#ifndef WITHOUT_EXTENSION_SCRIPTING_BEANSHELL
+#ifndef WITHOUT_EXTENSION_SCRIPTING_PYTHON
 
 Directory gid_Brand_Dir_Share_Extensions_Script_Provider_For_Python
     ParentID = gid_Brand_Dir_Share_Extensions;


More information about the Libreoffice-commits mailing list