summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-02-17 12:32:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2023-02-17 14:23:08 +0000
commit6ef32deaff0d5cc271098aebf89b82be72420d9b (patch)
tree1ad36acf2532d80c3966470694de9f4a9b92d542 /sw/source/uibase/inc
parentc5d11033044cb7418ba3f8a78d5598721bb2a6c1 (diff)
use a reference here to flag its always dereferenced
Change-Id: Ic157ec89e6e47560612924a9f70e6669235a9a45 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147212 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/frmdlg.hxx2
1 files changed, 1 insertions, 1 deletions
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,