[Libreoffice-commits] core.git: librelogo/source

Stephan Bergmann sbergman at redhat.com
Thu Jan 30 08:27:47 PST 2014


 librelogo/source/LibreLogo/LibreLogo.py |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit a28dc1dbedb32d18f8be4ef7eebff2281454e12b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jan 30 17:27:23 2014 +0100

    LibreLogo is not a UNO component
    
    Change-Id: I48055d84fd078a131ed8f620575a462fcb101019

diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py
index 8186273..8fc0c0c 100644
--- a/librelogo/source/LibreLogo/LibreLogo.py
+++ b/librelogo/source/LibreLogo/LibreLogo.py
@@ -1701,9 +1701,5 @@ def __gotoline__(n):
         _.doc.CurrentController.getViewCursor().gotoRange(_.cursor.getStart(), False)
 
 g_exportedScripts = left, right, goforward, gobackward, run, stop, home, clearscreen, commandline, __translate__
-g_ImplementationHelper = unohelper.ImplementationHelper()
-g_ImplementationHelper.addImplementation( \
-    None,"org.openoffice.script.LibreLogo", \
-    ("org.openoffice.script.ServiceLibreLogo",),)
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list