Files
loongoffice/basic/source/comp
Mike Kaganski fa8a0f514a Related: tdf#132064 Use set to clear the With internal variable
In commit f3f46b5fe729876d128f63f7ab158954ab6657d7 (tdf#132064: make
With statement only evaluate its argument once, 2024-08-17), I made
a mistake, clearing the internal variable in the end of SbiParser::With
using an Erase call, which does not just clears the variable itself,
but destroys the underlying object, which is not what we need.

I don't know how to refer to a global Nothing object to assign to the
variable; so just create an own internal Nothing, and use it in the
assignment.

Change-Id: Ic8ce52e0402d8461a9b9e4ee07614c4f0a46a95e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172006
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-08-18 10:26:26 +02:00
..
2024-05-06 13:56:49 +02:00
2024-05-06 13:56:49 +02:00
2024-08-17 22:37:15 +02:00
2024-02-27 11:36:45 +01:00
2024-05-06 13:56:49 +02:00
2024-05-06 13:56:49 +02:00
2024-05-06 13:56:49 +02:00
2024-05-06 13:56:49 +02:00
2024-05-06 13:56:49 +02:00