summaryrefslogtreecommitdiff
path: root/sal/rtl/rtl_process.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-07-31rtl::Static -> static localNoel Grandin1-4/+2
in a handful cases, like a map or a vector, we don't need init on demand at all, the default constructor can be laid out at compile time Change-Id: Ifa3188af7a65cd475ce0f603d15a8c26bcda7e6d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119710 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-10-23loplugin:includeform: salStephan Bergmann1-5/+5
Change-Id: I539ca8b9dee5edc5fc2282a2b9b0ffd78bad8b11
2017-07-23rtl: cleanup rtl_process.cxxChris Sherlock1-5/+8
Change-Id: I8640da0d5f44d69b9b628ac2076aec50b8e62ceb
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke1-2/+4
... in modules reportdesign to sdext Replace with C++11 delete copy-constructur and copy-assignment. Remove boost/noncopyable.hpp includes. Make some overloaded ctors explicit (most in sd slidesorter). Add deleted copy-assignment in sc/inc/chart2uno.hxx. Change-Id: I21d4209f0ddb00063ca827474516a05ab4bb2f9a Reviewed-on: https://gerrit.libreoffice.org/23970 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
Change-Id: I1bc6c87fcd6e5e96362623be94c59be216a3b2b8
2013-02-22Bin pointless single-child directory levelTor Lillqvist1-0/+53
Change-Id: I03de46fb6c095bb176fd25fc5f803be6d2d89bcf