summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ImpressViewShellBase.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-02-15 19:52:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2023-02-16 09:24:57 +0000
commitdc214bcff335024f21c208e239cc36232d611145 (patch)
tree3bc0fe3cdb032a0f195469da70a75ddb444704a8 /sd/source/ui/inc/ImpressViewShellBase.hxx
parent2f0b16a6a9bfff1646b14412e5918b6d483b9cdc (diff)
SfxViewShell never takes a null SfxViewFrame*
Change-Id: I36f3a5c77a7fb2d3cf267184e403e6cd24dbd70b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147112 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/inc/ImpressViewShellBase.hxx')
-rw-r--r--sd/source/ui/inc/ImpressViewShellBase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/ImpressViewShellBase.hxx b/sd/source/ui/inc/ImpressViewShellBase.hxx
index 80070e7c8022..402013fa7ff9 100644
--- a/sd/source/ui/inc/ImpressViewShellBase.hxx
+++ b/sd/source/ui/inc/ImpressViewShellBase.hxx
@@ -34,7 +34,7 @@ public:
/** This constructor is used by the view factory of the SFX
macros.
*/
- ImpressViewShellBase(SfxViewFrame* pFrame, SfxViewShell* pOldShell);
+ ImpressViewShellBase(SfxViewFrame& rFrame, SfxViewShell* pOldShell);
virtual ~ImpressViewShellBase() override;
/** Callback function for general slot calls.