From fe1ea3f546a539787d7f5e9c25fcf47dc0cbe2c0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 24 Sep 2020 09:13:16 +0100 Subject: some places where ScDocument* is never passed a nullptr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie06fef80990b539d5b6cc87c80d9bbd3e851766c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103299 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sc/inc/fmtuno.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/fmtuno.hxx') diff --git a/sc/inc/fmtuno.hxx b/sc/inc/fmtuno.hxx index f67af17e947e..38c306ac26e5 100644 --- a/sc/inc/fmtuno.hxx +++ b/sc/inc/fmtuno.hxx @@ -190,7 +190,7 @@ private: public: ScTableValidationObj() = delete; - ScTableValidationObj(const ScDocument* pDoc, sal_uLong nKey, + ScTableValidationObj(const ScDocument& rDoc, sal_uLong nKey, const formula::FormulaGrammar::Grammar eGrammar); virtual ~ScTableValidationObj() override; -- cgit