summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/obj3d.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2024-01-01 20:24:22 +0000
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-01-20 20:54:42 +0100
commitdb44ffd2191b7d34307e0a1c49339c490482c4ac (patch)
tree816e4abf29a6704b0a900995a0c1fc58b1ff98de /svx/source/engine3d/obj3d.cxx
parent93e3443f6c1c25533f79ac1f72f382122f00c48d (diff)
suppress COPY_INSTEAD_OF_MOVE suggestions for uno::Reference
rtl::Reference, uno::Any and rtl::O[U]String where we have implemented move ctors to take let the compiler take advantage of any little optimization possibility that it can take but where the potential optimization probably doesn't outweigh enforcing dusting error-prone std::move all over every case where the compiler doesn't/can't use the move ctor but could. Change-Id: Icf184d96d3278a1740a76c7eb1150e60392351ab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162337 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'svx/source/engine3d/obj3d.cxx')
0 files changed, 0 insertions, 0 deletions