diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-08-07 13:20:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-08-07 18:17:50 +0200 |
commit | 95bda80c626b4632a90e076060f0669146f7ed44 (patch) | |
tree | 26dd2ed2eeff6ebb2c2b6b11c64716727720a87c /svx/source/customshapes | |
parent | 4c514dc78b68fc9c69a8425ee93d199bef1deac8 (diff) |
cid#1557545 COPY_INSTEAD_OF_MOVE
and
cid#1557556 COPY_INSTEAD_OF_MOVE
cid#1557583 COPY_INSTEAD_OF_MOVE
cid#1557587 COPY_INSTEAD_OF_MOVE
cid#1557591 COPY_INSTEAD_OF_MOVE
cid#1557598 COPY_INSTEAD_OF_MOVE
cid#1557600 COPY_INSTEAD_OF_MOVE
cid#1557653 COPY_INSTEAD_OF_MOVE
Change-Id: I050bed7c088678e1d767d6edbe656eab2aee235d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171591
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShape2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx index f42d90cfd3fb..1a02bd5bd05a 100644 --- a/svx/source/customshapes/EnhancedCustomShape2d.cxx +++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx @@ -2704,7 +2704,7 @@ void EnhancedCustomShape2d::CreateSubPath( pObj = new SdrPathObj( mrSdrObjCustomShape.getSdrModelFromSdrObject(), SdrObjKind::Polygon, - aNewB2DPolyPolygon); + std::move(aNewB2DPolyPolygon)); } if(bNoStroke) |