diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-12-30 20:04:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-12-31 13:33:44 +0100 |
commit | 43c03ebc221db18b6980fbe592cce11cbb46dd49 (patch) | |
tree | d0dae8a4dab3ead5699af8026af7db6f8f546c74 /oox | |
parent | e683cf0a63a54c8b034e00e888923926c9f9e349 (diff) |
cid#1545219 COPY_INSTEAD_OF_MOVE
and a bunch more like that
Change-Id: If32196d407a2ae52c41204d9ee7b36e2dc514a0b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161454
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/table/predefined-table-styles.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/table/predefined-table-styles.cxx b/oox/source/drawingml/table/predefined-table-styles.cxx index 451759036835..26b05612d010 100644 --- a/oox/source/drawingml/table/predefined-table-styles.cxx +++ b/oox/source/drawingml/table/predefined-table-styles.cxx @@ -216,7 +216,7 @@ void setBorderLineType(const oox::drawingml::LinePropertiesPtr& pLineProp, sal_I } void insertBorderLine(TableStylePart& aTableStylePart, sal_Int32 nToken, - oox::drawingml::LinePropertiesPtr pLineProp) + const oox::drawingml::LinePropertiesPtr& pLineProp) { if (pLineProp->maLineFill.moFillType.has_value()) { |