Description: Very easy: Dim sTest$ sTest = Str("") ' -> "" OK LO 7.6 and before sTest = Str("") ' -> "0" ERROR LO 25.2.6 and more This is a BIG BUG Steps to Reproduce: 1.sTest = Str("") ' -> "0" ERROR LO 25.2.6 and more 2. 3. Actual Results: "0" Expected Results: "" Reproducible: Always User Profile Reset: No Additional Info: It is a heavy bug, for checking empty string this can crash applications. I have find this bug in a lot of pc.
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/92878d3216aeaf0e5131c0c3fa1f8dc9ce67b5b4 tdf#168561: fix Str function implementation It will be available in 26.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/e7aef120d0822836b789a1803fad4553aadc8718 tdf#168561: fix Str documentation
FTR: regression after 33434f16206aaa07f56af8f4c23b05b3c88a2124
Mike Kaganski committed a patch related to this issue. It has been pushed to "libreoffice-25-8": https://git.libreoffice.org/core/commit/f846899e0b6fc2ec9ab2b4a4f65d06549e3f0763 tdf#168561: fix Str function implementation It will be available in 25.8.3. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mike Kaganski committed a patch related to this issue. It has been pushed to "libreoffice-25-8-2": https://git.libreoffice.org/core/commit/2787a155bfdb750a20820ffeee366b2e468e6c57 tdf#168561: fix Str function implementation It will be available in 25.8.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mike Kaganski committed a patch related to this issue. It has been pushed to "libreoffice-25-2": https://git.libreoffice.org/core/commit/ec8227e2225f56a4d9517cc9d69d593db7302d90 tdf#168561: fix Str function implementation It will be available in 25.2.7. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.