https://bugs.documentfoundation.org/show_bug.cgi?id=150251
Bug ID: 150251
Summary: Commandline: >soffice --help gives wrong Information
Product: LibreOffice
Version: 7.0.4.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Description:
Calling from Commandline ```soffice --help``` tells:
{file} {macro:///Library.Module.MacroName}
Opens the file and runs specified macros from
the file.
Thats not correct, to run embedded Macro you need to put a dot in front of last
slash, eg.
> {file} {macro://./Lib…
Steps to Reproduce:
1.on commandline|Terminal|console type:
soffice --help
Actual Results:
{file} {macro:///Library.Module.MacroName}
Opens the file and runs specified macros from
the file.
Expected Results:
{file} {macro://./Library.Module.MacroName}
Opens the file and runs specified macros from
the file.
Reproducible: Always
User Profile Reset: No
Additional Info:
Version: 7.0.4.2
Build ID: 00(Build:2)
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Raspbian package version: 1:7.0.4-4+rpi1+deb11u1
Calc: threaded
--
You are receiving this mail because:
You are the assignee for the bug.