← Back to team overview

desktop-packages team mailing list archive

[Bug 213052] Re: [upstream] OOo XSystemShellExecute treats all parameters as one

 

** Changed in: openoffice.org (Ubuntu)
       Status: Incomplete => Won't Fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/213052

Title:
  [upstream] OOo XSystemShellExecute treats all parameters as one

Status in The OpenOffice.org Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Incomplete
Status in “openoffice.org” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: openoffice.org

  http://lxr.go-
  oo.org/source/api/offapi/com/sun/star/system/XSystemShellExecute.idl

  offapi/com/sun/star/system/XSystemShellExecute.idl

  @param aParameter
  Specifies a list of space separated parameters. The method does not 
  validate the given parameters, but only passes it as a parameter to the
  specified command.

  This should be a list of parameters not a space separated string.
  Otherwise calling a shell script will return something like this:

  1 - "foo bar baz"
  2 - ""
  3 - ""
  @ - "foo bar baz"

  instead of what it should:

  1 - "foo"
  2 - "bar"
  3 - "baz"
  @ - "foo bar baz"

To manage notifications about this bug go to:
https://bugs.launchpad.net/openoffice/+bug/213052/+subscriptions