https://bugs.freedesktop.org/show_bug.cgi?id=46434
Stephan Bergmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Stephan Bergmann <[email protected]> 2012-02-29 01:34:42 PST --- The real problem is that CommandLineArgs::ParseCommandLine_Impl (desktop/source/app/cmdlineargs.cxx) traditionally assumes URL arguments to be in "external" (cf. documentation in udkapi/com/sun/star/uri/XExternalUriReferenceTranslator.idl) form while send_args (desktop/unx/source/start.c) erroneously sends them in "internal" form. In some cases, INetURLObject::translateToInternal is resilient to input that is already in "internal" form, but that is more good luck than proper design. -- 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
