diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-14 12:26:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-15 14:12:36 +0200 |
commit | c678eba2f06ce7f16939879eedb918f303a4e1b1 (patch) | |
tree | 3fdc7d01281ec3aea9c4c5811cd9bb7de195ba5d /sc/inc | |
parent | 4e5407429ff3c25ab699b3673ef4ebdeaaceef75 (diff) |
ScRangeUtil::IsAbsPos ScDocument* arg dereferenced on all branches
Change-Id: Ie42e6eb280886c237b7042948298eef0bd38eebf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102720
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/rangeutl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx index 601fdee3803f..e0d0f65c2b88 100644 --- a/sc/inc/rangeutl.hxx +++ b/sc/inc/rangeutl.hxx @@ -65,7 +65,7 @@ public: ScAddress::Details const & rDetails = ScAddress::detailsOOOa1 ); static bool IsAbsPos ( const OUString& rPosStr, - const ScDocument* pDoc, + const ScDocument& rDoc, SCTAB nTab, OUString* pCompleteStr, ScRefAddress* pPosTripel = nullptr, |