summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-11-14 11:59:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-11-14 16:18:24 +0100
commit6d1c34b3698c0fff6125205494e71d32d11a4dbd (patch)
tree005759d5c88c22e72f8d36a19d21c9b31c15e887 /sc/source/ui/inc/StatisticsInputOutputDialog.hxx
parent5d1f3098bf8aad3a54896eb2505563773428dbbe (diff)
mDocument is assumed to be non-null
Change-Id: I53cf6625a24fe0b79914736f271ed3577af2e6e5 Reviewed-on: https://gerrit.libreoffice.org/82680 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/inc/StatisticsInputOutputDialog.hxx')
-rw-r--r--sc/source/ui/inc/StatisticsInputOutputDialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
index 8bdc1fa9e019..5640dfaa5222 100644
--- a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
+++ b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
@@ -56,7 +56,7 @@ protected:
// Data
ScViewData* const mViewData;
- ScDocument* const mDocument;
+ ScDocument& mDocument;
ScRange mInputRange;
ScAddress::Details const mAddressDetails;