From 6ef32deaff0d5cc271098aebf89b82be72420d9b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 17 Feb 2023 12:32:19 +0000 Subject: use a reference here to flag its always dereferenced MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic157ec89e6e47560612924a9f70e6669235a9a45 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147212 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sw/source/uibase/inc/frmdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/uibase/inc') diff --git a/sw/source/uibase/inc/frmdlg.hxx b/sw/source/uibase/inc/frmdlg.hxx index 87f03d8cc97a..438279a2a2da 100644 --- a/sw/source/uibase/inc/frmdlg.hxx +++ b/sw/source/uibase/inc/frmdlg.hxx @@ -37,7 +37,7 @@ class SwFrameDlg final : public SfxTabDialogController virtual void PageCreated(const OString& rId, SfxTabPage &rPage) override; public: - SwFrameDlg(SfxViewFrame const *pFrame, weld::Window* pParent, + SwFrameDlg(const SfxViewFrame& rFrame, weld::Window* pParent, const SfxItemSet& rCoreSet, bool bNewFrame, const OUString& sResType, -- cgit