https://bugs.documentfoundation.org/show_bug.cgi?id=108378

--- Comment #2 from Jim Avera <jim.av...@gmail.com> ---
The "run-time errors" while installing xray start with several pop-ups like
this:

BASIC runtime error. An exception occurred 
Type: com.sun.star.lang.IllegalArgumentException   Message: .

 docLibs.loadLibrary(sourceLibName)
  myLib = docLibs.getByName(sourceLibName)
  globLibs.loadLibrary(libName)
  copyLib = globLibs.getByName(libName)
  libModules = myLib.ElementNames
  for x = 0 to UBound(libModules)
    xName = libModules(x)
>>   copyLib.insertByName(xName, myLib.getByName(xName))
  next

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to