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

            Bug ID: 173160
           Summary: The order of arguments macros receive from hyperlink
                    has changed
           Product: LibreOffice
           Version: 26.8.0.0 alpha0+ master
          Hardware: All
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]

Description:
The order of arguments macros receive from hyperlink has changed.

Steps to Reproduce:
1. Open sample Calc file.

``` basuc
Option Compatible
Sub Main1(ParamArray args As Variant)
  msgbox "args(0) : " & CStr(args(0)) & Chr(10) & Chr(10) & _
         "args(5) : " & CStr(args(5))
End Sub
```

2. Ctrl + Click on Hyperlink in Cell [A1].
3. See Message box.

Actual Results:
4. args(0) : 3

Expected Results:
4. args(0) :
vnd.sun.star.script:Standard.Module1.Main1?language=Basic&location=document


Reproducible: Always


User Profile Reset: No

Additional Info:

This bug occurs on Linux-OS.

Reproducible in
[2026-08-13]
Version: 27.2.0.0.alpha0+ (X86_64)
Build ID: 33b183d2fa0035d431e5d9f33ca091be5e45aedf
CPU threads: 2; OS: Linux 7.0; UI render: default; VCL: gtk3
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
Calc: threaded

Reproducible in
Version: 26.8.0.2 (X86_64)
Build ID: 9bc445578031fecf56086729d8e4940c77e14d65
CPU threads: 2; OS: Linux 7.0; UI render: default; VCL: gtk3
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
Calc: threaded

---
Not reproducible in
[2026-08-12]
Version: 27.2.0.0.alpha0+ (X86_64)
Build ID: 46b82d13132e30e5abf68c571557cdc903c3d9d3
CPU threads: 4; OS: Windows 11 X86_64 (build 26200); UI render: Skia/Raster;
VCL: win
Locale: ja-JP (ja_JP); UI: en-US
Calc: CL threaded

Not reproducible in
Version: 26.2.5.2 (X86_64)
Build ID: cd7284b4cbbfeb507e630c1aac019f4157393acb
CPU threads: 2; OS: Linux 7.0; UI render: default; VCL: gtk3
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to