Files
loongoffice/basic/source
Caolán McNamara ed0ffbba06 over-engineered thread-safe static OUString
This is a ridiculous over-engineered thread-safe static string for
something which is called so few times, and costs 1k of long-term
memory as the OUString dtor needs to be put into a callback
queue to get called at module unload time.

Just return a new string every time, *rolls eyes*
2012-03-22 12:26:42 +00:00
..
2012-03-05 18:54:28 +02:00
2012-03-20 12:57:34 +00:00