https://bugs.documentfoundation.org/show_bug.cgi?id=153728
Bug ID: 153728
Summary: Can't assign macro to autotext
Product: LibreOffice
Version: 7.5.0.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
It is impossible to assign macro to an autotext.
Steps to Reproduce:
1.Write a macro in Standard Library like
Sub PrintBefore
Print "Before"
End Sub
2. Write and Select "Toto" in Writer.
3. Type Ctrl+F3 to create an autotext witch return "Toto" when you type to + F3
4. Try to assign the PrintBefore macro to.
Actual Results:
If I type to+F3, I get only "Toto"
Expected Results:
First run the macro (Print "Before") and then get "Toto"
Reproducible: Always
User Profile Reset: No
Additional Info:
It works fine with LO 6.2.4.2 and OpenOffice, but same problem with LO 7.3
So it's a regression.
--
You are receiving this mail because:
You are the assignee for the bug.