summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper')
0 files changed, 0 insertions, 0 deletions
dataprovider/xmldataprovider.cxx?id=57de9cb734cbfc901a1b34a8fe4abe7167128cf5'>Removed duplicated includesAndrea Gelmini Change-Id: Ibf7f764eabd687e668183e276008c58086d45bcb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137926 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net> 2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin Change-Id: Ia7ff651d1cbc119b36a9f8052594d03650988f59 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137848 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2022-03-01fix data race in ImportFinishedNoel Grandin touching these fields here leads to a race with the access in ::Import. Rather just leave them to be cleared when the object is destructed. Change-Id: I0016917455d4e252e360cc49e3d1ca56f4eabb30 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130749 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2021-10-11loplugin:moveparam in scNoel Grandin Change-Id: I4b9d45a6b0231841a5fe00d0193a8530b9e05559 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123389 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-03-12Revert "loplugin:constfields in sc"Noel Grandin This reverts commit fb1d3b580763a333bbbfe115d09e1b5cd8849675. Now that we know that making fields has negative side effects like disabling assignment operator generation. Change-Id: Ib48334ffbeb2c768896dd8ced6818aa0b9910b0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90333 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2019-08-21Return std::unique_ptr directly.Kohei Yoshida Change-Id: If0b8263ec6659fccfb329676e09d5441bec6e60c Reviewed-on: https://gerrit.libreoffice.org/77864 Tested-by: Jenkins Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>