https://bugs.documentfoundation.org/show_bug.cgi?id=149578
Erich E. Hoover <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |INVALID --- Comment #2 from Erich E. Hoover <[email protected]> --- (In reply to Eike Rathke from comment #1) > Can't reproduce. > This is what gets saved to the document's xl/worksheets/sheet1.xml stream: > ... Oh, that's nifty - I got (before reinstalling): === <row r="1" customFormat="false" ht="12.8" hidden="false" customHeight="false" outlineLevel="0" collapsed="false"> <c r="A1" s="1" t="n"> <f aca="true">TODAY()</f> <v>44727</v> </c> <c r="B1" s="0" t="n"> <v>1</v> </c> <c r="C1" s="1" t="n"> <f aca="false">com.sun.star.sheet.addin.Analysis.getWorkday(A1,B1)</f> <v>44728</v> </c> </row> === > Do you have any settings in effect that could affect the representation of > function names? I don't believe so, I generally leave all the LibreOffice settings at their defaults except for where toolbars go. > Note also the versions you gave do not match: > Version: 7.3.2.2 / LibreOffice Community > Ubuntu package version: 1:7.3.3-0ubuntu0.22.04.1 > i.e. 7.3.2 vs 7.3.3 I copied the version info from the program and did not edit it. At one point I did have the libreoffice-dev package installed to test the fix for another bug, but I removed that when the fix was released. I just uninstalled LibreOffice and reinstalled it and now I'm seeing: === Version: 7.3.3.2 / LibreOffice Community Build ID: 30(Build:2) CPU threads: 12; OS: Linux 5.16; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Ubuntu package version: 1:7.3.3-0ubuntu0.22.04.1 Calc: threaded === and the WORKDAY function is now represented correctly in the output file. I'm not even sure how that mismatch is possible, but how I reinstalled was: $ sudo apt remove libreoffice* $ sudo apt install libreoffice Should I open some other form of bug for this? -- You are receiving this mail because: You are the assignee for the bug.
