Files
loongoffice/basic/source/uno
Kayo Hamid 76b3568e65 cppcheck inefficient checking for emptiness
From cppcheck: Using xxxx.empty() instead of xxxx.size() can be faster.
 xxxx.size() can take linear time but xxxx.empty() is guaranteed to take
 constant time
2011-04-22 11:31:09 +02:00
..