summaryrefslogtreecommitdiffstats
path: root/sc/inc/units.hxx
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej@ahunt.org>2015-05-12 21:16:13 +0100
committerAndrzej Hunt <andrzej@ahunt.org>2015-10-20 18:18:35 +0200
commitef495e554784128105329879e4d359c0e45006d3 (patch)
tree63187d3b454e1879160bb898707d790bb41bbf23 /sc/inc/units.hxx
parentSplit convertCellUnits and change contract (diff)
downloadcore-ef495e554784128105329879e4d359c0e45006d3.tar.gz
core-ef495e554784128105329879e4d359c0e45006d3.zip
Convert convertCellUnits to handle ranges
Change-Id: Ibe95cbd9ea9efd08a48e0651f469434802bfa40e
Diffstat (limited to 'sc/inc/units.hxx')
-rw-r--r--sc/inc/units.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/units.hxx b/sc/inc/units.hxx
index b5e12da42909..8e15af4a8a00 100644
--- a/sc/inc/units.hxx
+++ b/sc/inc/units.hxx
@@ -107,7 +107,7 @@ public:
* rsInputUnit overrides the automatic determination of input units, i.e. disables
* input unit detection.
*/
- virtual bool convertCellUnits(const ScRange& rRange,
+ virtual bool convertCellUnits(const ScRangeList& rRanges,
ScDocument* pDoc,
const OUString& rsOutputUnit) = 0;