summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/worksheethelper.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-26 14:15:47 +0200
committerNoel Grandin <noel@peralex.com>2015-11-30 10:34:38 +0200
commitd2df03574023b379ac09b1f71cae9e3ba3ac53e2 (patch)
treeca17f45377b7b506375b510f1d1733495ea9b170 /sc/source/filter/oox/worksheethelper.cxx
parentffddd4d122433329b454f676f21a2b1ce590a1a7 (diff)
loplugin:unusedfields
Change-Id: Ife94d488ead512abc6d137a0df74298bac67185d
Diffstat (limited to 'sc/source/filter/oox/worksheethelper.cxx')
-rw-r--r--sc/source/filter/oox/worksheethelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/oox/worksheethelper.cxx b/sc/source/filter/oox/worksheethelper.cxx
index 69fdb25a53e3..2c2dba1d0faf 100644
--- a/sc/source/filter/oox/worksheethelper.cxx
+++ b/sc/source/filter/oox/worksheethelper.cxx
@@ -1643,9 +1643,9 @@ void WorksheetHelper::setCellArrayFormula( const css::table::CellRangeAddress& r
}
void WorksheetHelper::createSharedFormulaMapEntry(
- const table::CellAddress& rAddress, const table::CellRangeAddress& rRange, sal_Int32 nSharedId, const OUString& rTokens )
+ const table::CellAddress& rAddress, sal_Int32 nSharedId, const OUString& rTokens )
{
- getFormulaBuffer().createSharedFormulaMapEntry(rAddress, rRange, nSharedId, rTokens);
+ getFormulaBuffer().createSharedFormulaMapEntry(rAddress, nSharedId, rTokens);
}
} // namespace xls