summaryrefslogtreecommitdiff
path: root/sc/inc/cellvalue.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-09-16 12:06:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-09-18 19:57:50 +0200
commit4baec6159199a1b0305bdc28df1579d6e7602a95 (patch)
tree9a1590358bbcddfb68ab4463bf3c8a33156c92d9 /sc/inc/cellvalue.hxx
parent08e85556d2ae66bdf43d908e1b9dfca4c78295e2 (diff)
ScCellValue::getString never called with a null ScDocument*
Change-Id: Idff982e715b012e35e0abd0b904f4b83d7f6f51a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103007 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/cellvalue.hxx')
-rw-r--r--sc/inc/cellvalue.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/cellvalue.hxx b/sc/inc/cellvalue.hxx
index 2331fd39a1d7..68e38d845c84 100644
--- a/sc/inc/cellvalue.hxx
+++ b/sc/inc/cellvalue.hxx
@@ -82,7 +82,7 @@ struct SC_DLLPUBLIC ScCellValue
void release( ScColumn& rColumn, SCROW nRow, sc::StartListeningType eListenType = sc::SingleCellListening );
- OUString getString( const ScDocument* pDoc ) const;
+ OUString getString( const ScDocument& rDoc ) const;
bool isEmpty() const;