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

            Bug ID: 169495
           Summary: Python macro function's docstring not shown in the
                    field «Description» of the dialogue «Macro selector»
           Product: LibreOffice
           Version: 25.8.1.1 release
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

Description:
If I create a function in Python as part of LO macro, I expect to see its
doctring content in the field «Description» of the dialogue «Macro selector».


Steps to Reproduce:
Example (a few first lines only):
```
import uno
from com.sun.star.style.ParagraphAdjust import LEFT as PARA_LEFT

def apply_heading_style_writer(*args):
        """Applies the style «Heading» to all paragraphs whose text starts with
the word «Step»"""
        ctx = uno.getComponentContext()
        smgr = ctx.getServiceManager()
        desktop = smgr.createInstanceWithContext("com.sun.star.frame.Desktop",
ctx)
        doc = desktop.getCurrentComponent()
        ...
```

Actual Results:
Compare it with the screen-shot.

Expected Results:
.


Reproducible: Always


User Profile Reset: No

Additional Info:
.

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

Reply via email to