diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-10 16:03:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-11 07:02:27 +0000 |
commit | a5b4046eb93c950296dee846bc1444921e5bf332 (patch) | |
tree | caf279c0a03f16de15345d5b4ce14e3d28e24aaf /sc/inc/reffind.hxx | |
parent | f31d98f63c4ad11897e0a961fb378fdf7989f4d3 (diff) |
loplugin:countusersofdefaultparams in sc(part2)
Change-Id: I1e2a0969ca7e9e0f75079a171150269dfed26507
Reviewed-on: https://gerrit.libreoffice.org/30755
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/reffind.hxx')
-rw-r--r-- | sc/inc/reffind.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/reffind.hxx b/sc/inc/reffind.hxx index 2cc64dac4db7..9cb3bd00b924 100644 --- a/sc/inc/reffind.hxx +++ b/sc/inc/reffind.hxx @@ -36,7 +36,7 @@ class ScRefFinder public: ScRefFinder( - const OUString& rFormula, const ScAddress& rPos, ScDocument* pDoc = nullptr, + const OUString& rFormula, const ScAddress& rPos, ScDocument* pDoc, formula::FormulaGrammar::AddressConvention eConvP = formula::FormulaGrammar::CONV_OOO ); ~ScRefFinder(); |