summaryrefslogtreecommitdiff
path: root/sc/inc/scmatrix.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-29 08:50:28 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-29 08:41:53 +0000
commit86c0ce4d4637142b939ebaeb79c6bd35e49c1082 (patch)
tree92db4fc6a8b0e409963e4422d307327274b41931 /sc/inc/scmatrix.hxx
parent8f96ab602a9e7cad1215abb693f33824a7b37679 (diff)
loplugin:countusersofdefaultparams
Change-Id: I26f46ddac3d7d810ebfa1c3e7f1a77427369828e Reviewed-on: https://gerrit.libreoffice.org/28451 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc/scmatrix.hxx')
-rw-r--r--sc/inc/scmatrix.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/scmatrix.hxx b/sc/inc/scmatrix.hxx
index b565335844ff..6757c07e1513 100644
--- a/sc/inc/scmatrix.hxx
+++ b/sc/inc/scmatrix.hxx
@@ -388,7 +388,7 @@ public:
virtual double GetMinValue( bool bTextAsZero ) const = 0;
virtual ScMatrixRef CompareMatrix(
- sc::Compare& rComp, size_t nMatPos, sc::CompareOptions* pOptions = nullptr ) const = 0;
+ sc::Compare& rComp, size_t nMatPos, sc::CompareOptions* pOptions ) const = 0;
/**
* Convert the content of matrix into a linear array of numeric values.
@@ -602,7 +602,7 @@ public:
virtual double GetMinValue( bool bTextAsZero ) const override;
virtual ScMatrixRef CompareMatrix(
- sc::Compare& rComp, size_t nMatPos, sc::CompareOptions* pOptions = nullptr ) const override;
+ sc::Compare& rComp, size_t nMatPos, sc::CompareOptions* pOptions ) const override;
/**
* Convert the content of matrix into a linear array of numeric values.
@@ -818,7 +818,7 @@ public:
virtual double GetMaxValue(bool bTextAsZero) const override;
virtual double GetMinValue(bool bTextAsZero) const override;
- virtual ScMatrixRef CompareMatrix(sc::Compare& rComp, size_t nMatPos, sc::CompareOptions* pOptions = nullptr) const override;
+ virtual ScMatrixRef CompareMatrix(sc::Compare& rComp, size_t nMatPos, sc::CompareOptions* pOptions) const override;
/**
* Convert the content of matrix into a linear array of numeric values.