summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2023-12-30 20:04:37 +0000
committerCaolán McNamara <caolan.mcnamara@collabora.com>2023-12-31 13:33:44 +0100
commit43c03ebc221db18b6980fbe592cce11cbb46dd49 (patch)
treed0dae8a4dab3ead5699af8026af7db6f8f546c74 /oox
parente683cf0a63a54c8b034e00e888923926c9f9e349 (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.cxx2
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())
{