oox/source/drawingml/table/predefined-table-styles.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 43c03ebc221db18b6980fbe592cce11cbb46dd49 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Sat Dec 30 20:04:37 2023 +0000 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Sun Dec 31 13:33:44 2023 +0100 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.mcnam...@collabora.com> 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()) {