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

--- Comment #54 from Eike Rathke <er...@redhat.com> ---
(In reply to Gareth from comment #52)
> --infilter="calc_HTML_WebQuery":"Neutral locale language : 0"
I don't know where you got the "Neutral locale language : 0" part from. While
that works accidentally, it's wrong. There is no such text part in the filter
options, what happens here is that the string value is parsed away and taken as
zero. That by chance results in the system language/locale. I assume you read a
description of the parameter somewhere and inserted the entire description as
filter value.

The calc_HTML_WebQuery filter's parameters are two numbers separated by one
space, so a valid filter string here would be

  --infilter="calc_HTML_WebQuery":"0 0"

The first number is the MS-LCID of the language/locale to use (0 for default),
the second number is a boolean value whether dates and "special numbers" are to
be converted to numeric or kept as strings.

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