summaryrefslogtreecommitdiff
path: root/cppuhelper/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-22 12:21:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-22 12:26:42 +0000
commited0ffbba06f754eea1d37452dbdc684e8a4b72ad (patch)
treecc13ba09c9d360b416135dbf3375998522fd365d /cppuhelper/inc
parentc8587d05bd50c710fdbfae475aa495a8d46e6094 (diff)
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*
Diffstat (limited to 'cppuhelper/inc')
0 files changed, 0 insertions, 0 deletions