/sot/qa/

href='git://go.suokunlong.cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-03-18 18:32:13 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2017-03-18 08:24:25 +0000
commit396138719206d5033faaeaf09b88437cbb3480e7 (patch)
tree7c9741171c3b35cfdee628c68f280e38b0b9d223 /salhelper
parent5ec1713ae5b177ae32970c7209cea55ee0041c5c (diff)
salhelper: change oslCondition to osl::Condition
Condition is deprecated already, but there is no need for the us to use the low-level C-API, when in fact there is a C++ fascade that calls on this via the C++ abstraction, osl::Condition. This will make it much easier to switch to using std::condition_variable Change-Id: Ia362666ff241293e143de0fa1dc0bc3a990bef82 Reviewed-on: https://gerrit.libreoffice.org/35388 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>