diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-04 09:59:56 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-04 08:49:30 +0000 |
commit | 0085eb42fdb7cceece11004841c50f3008c9e120 (patch) | |
tree | 8a7c7a465236b45da7b7264adbc42fa72510db10 /sc | |
parent | c9a04aed449c3cf992224cfedcee7f330357b01a (diff) |
cppcheck:passedByValue
Change-Id: Ideb62ec1838463f65fc763650294e4fa311567f1
Reviewed-on: https://gerrit.libreoffice.org/23797
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/fillinfo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/fillinfo.cxx b/sc/source/core/data/fillinfo.cxx index b32f48327e51..53f0bceed060 100644 --- a/sc/source/core/data/fillinfo.cxx +++ b/sc/source/core/data/fillinfo.cxx @@ -338,7 +338,7 @@ void initColWidths(RowInfo* pRowInfo, ScDocument* pDoc, double fColScale, SCTAB } } -bool handleConditionalFormat(ScConditionalFormatList* pCondFormList, const std::vector<sal_uInt32> rCondFormats, +bool handleConditionalFormat(ScConditionalFormatList* pCondFormList, const std::vector<sal_uInt32>& rCondFormats, CellInfo* pInfo, ScStyleSheetPool* pStlPool, const ScAddress& rAddr, bool& bHidden, bool& bHideFormula, bool bTabProtect) { |