summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/swdlgfact.hxx
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/ui/dialog/swdlgfact.hxx
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/ui/dialog/swdlgfact.hxx')
-rw-r--r--sw/source/ui/dialog/swdlgfact.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/swdlgfact.hxx b/sw/source/ui/dialog/swdlgfact.hxx
index 55aac3c8c858..7ee78f4a5c05 100644
--- a/sw/source/ui/dialog/swdlgfact.hxx
+++ b/sw/source/ui/dialog/swdlgfact.hxx
@@ -783,7 +783,7 @@ public:
virtual VclPtr<VclAbstractDialog> CreateTableMergeDialog(weld::Window* pParent, bool& rWithPrev) override;
virtual VclPtr<SfxAbstractTabDialog> CreateFrameTabDialog( const OUString &rDialogType,
- SfxViewFrame *pFrame, weld::Window *pParent,
+ SfxViewFrame& rFrame, weld::Window *pParent,
const SfxItemSet& rCoreSet,
bool bNewFrame = true,
const OString& sDefPage = OString()) override;