diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-04-14 17:00:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-04-15 20:52:24 +0200 |
commit | 7d6e1eccf742664fc7487f1b73ac233e1d2674d3 (patch) | |
tree | 578a170455c2426b90b258c3fbba7b01b563a228 /include | |
parent | 33624fff2d66ad9cdab94df654c802acde42c0ba (diff) |
just use a reference instead of an always dereferenced pointer
Change-Id: I105873fc890d67b39b796864f8eae4bd12aecd26
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150425
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/txtparae.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx index 5314a85c0cb2..36d554be2a20 100644 --- a/include/xmloff/txtparae.hxx +++ b/include/xmloff/txtparae.hxx @@ -206,7 +206,7 @@ protected: void exportPageFrames( bool bProgress ); void exportFrameFrames( bool bAutoStyles, bool bProgress, - const css::uno::Reference< css::text::XTextFrame > *pParentTxtFrame ); + const css::uno::Reference< css::text::XTextFrame >& rParentTxtFrame ); void exportNumStyles( bool bUsed ); |