LibreLogo is not a UNO component

Change-Id: I48055d84fd078a131ed8f620575a462fcb101019
This commit is contained in:
Stephan Bergmann 2014-01-30 17:27:23 +01:00
parent b3db695a33
commit a28dc1dbed

View File

@ -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: