https://issues.apache.org/ooo/show_bug.cgi?id=109639
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from [email protected] --- For formating number into currency from macro value 104 should be used as: dim args1(0) as new com.sun.star.beans.PropertyValue args1(0).Name = "NumberFormatValue" args1(0).Value = 104 dispatcher.executeDispatch(document, ".uno:NumberFormatValue", "", 0, args1()) Value 106 will convert number into date format -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
