diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-14 15:17:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-15 16:45:27 +0200 |
commit | 587a0c682308bb63462d4d8074d59f6fa8a9a51d (patch) | |
tree | 625dc8548db02a04589ee24ec8ca2a0e0d521189 /sc/inc/rangenam.hxx | |
parent | 5c7937803fa03df79921667bd2121609c5696b5a (diff) |
ScRangeData::MakeValidName never passed a null ScDocument*
Change-Id: I8decd37658133d4bbe44703e430cb74946483ee8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102741
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/rangenam.hxx')
-rw-r--r-- | sc/inc/rangenam.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx index 3239031dc5ab..5d8ba1be6773 100644 --- a/sc/inc/rangenam.hxx +++ b/sc/inc/rangenam.hxx @@ -153,7 +153,7 @@ public: void ValidateTabRefs(); - static void MakeValidName( const ScDocument* pDoc, OUString& rName ); + static void MakeValidName( const ScDocument& rDoc, OUString& rName ); SC_DLLPUBLIC static IsNameValidType IsNameValid( const OUString& rName, const ScDocument* pDoc ); |