summaryrefslogtreecommitdiff
path: root/sw/inc/unochart.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-10-05 09:59:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-10-05 18:35:23 +0200
commita4dbf43bf505980e6acc587aa13096c215aa99e9 (patch)
tree7163b8fd29e547891ac180153c8accc37f34c146 /sw/inc/unochart.hxx
parentc9e3952e76a9c06d5a1d2f583829ce9eb5b9df64 (diff)
SwGetRefFieldType ctor never passed a null SwDoc*
ditto: SwFEShell::Copy SwEditShell::Copy SwFEShell::CopyDrawSel SwFEShell::Paste SwChartDataProvider ctor ResetInDoc family Change-Id: I2d1544c09919f0e566fadc04d3b160b18ea62fc7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103957 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/unochart.hxx')
-rw-r--r--sw/inc/unochart.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx
index 7eb499a848f8..7147f8a036eb 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -142,7 +142,7 @@ class SwChartDataProvider final :
static OUString GetBrokenCellRangeForExport( const OUString &rCellRangeRepresentation );
public:
- SwChartDataProvider( const SwDoc* pDoc );
+ SwChartDataProvider( const SwDoc& rDoc );
virtual ~SwChartDataProvider() override;
// XDataProvider