summaryrefslogtreecommitdiff
path: root/librelogo
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-30 17:27:23 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-30 17:27:23 +0100
commita28dc1dbedb32d18f8be4ef7eebff2281454e12b (patch)
tree50a0c411d04ed540660bba572e8fe51e1f831991 /librelogo
parentb3db695a338f1acddbe46102138a0167fc346f58 (diff)
LibreLogo is not a UNO component
Change-Id: I48055d84fd078a131ed8f620575a462fcb101019
Diffstat (limited to 'librelogo')
-rw-r--r--librelogo/source/LibreLogo/LibreLogo.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py
index 8186273b23ad..8fc0c0c6218c 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: