https://bugs.freedesktop.org/show_bug.cgi?id=48775

Lionel Elie Mamane <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

Ivan Timofeev <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #9 from Ivan Timofeev <[email protected]> 2012-09-04 19:06:39 
UTC ---
(In reply to comment #8)
> Together with "Bug 54479 - CONFIGURATION: Menu 'Tools - (open) Bibliography
> Database', although Base not installed" this one is really annoying. I do not
> know whether we will have to fix both bugs separately

While hiding that menu item is IMHO good idea, I think it is not a solution
here. Because one can for example write a macro to launch Bibliography
Database, something like

  frame = ThisComponent.CurrentController.Frame
  serv = createUnoService("com.sun.star.frame.DispatchHelper")
  serv.executeDispatch(frame,".uno:BibliographyComponent", "", 0, Array())

and it will crash as well.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to