diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-16 10:20:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-18 14:22:13 +0200 |
commit | 30bb3657ee78b7d3b0a7d26f80bf1ff94b16f51c (patch) | |
tree | e2f96cc04c33f3e62c422505a4cdd5e0740ea9f6 /sc/inc/address.hxx | |
parent | 897bd0517d835ba00458279311e5d8ff11079dd7 (diff) |
ScAddress::Parse never passed a null ScDocument*
Change-Id: I8832f2cc4311b30b9a15883e831260a19d089a57
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102974
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r-- | sc/inc/address.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index fce2fc648275..ee33fbeba4a2 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -324,7 +324,7 @@ public: resulting reference is fully valid or not. */ SC_DLLPUBLIC ScRefFlags Parse( - const OUString&, const ScDocument* = nullptr, + const OUString&, const ScDocument&, const Details& rDetails = detailsOOOa1, ExternalInfo* pExtInfo = nullptr, const css::uno::Sequence<css::sheet::ExternalLinkInfo>* pExternalLinks = nullptr, |