diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-02-15 19:52:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-02-16 09:24:57 +0000 |
commit | dc214bcff335024f21c208e239cc36232d611145 (patch) | |
tree | 3bc0fe3cdb032a0f195469da70a75ddb444704a8 /starmath/inc | |
parent | 2f0b16a6a9bfff1646b14412e5918b6d483b9cdc (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 'starmath/inc')
-rw-r--r-- | starmath/inc/view.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index 41e28a44c3df..662923af0528 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -291,7 +291,7 @@ class SmViewShell final : public SfxViewShell public: - SmViewShell(SfxViewFrame *pFrame, SfxViewShell *pOldSh); + SmViewShell(SfxViewFrame& rFrame, SfxViewShell *pOldSh); virtual ~SmViewShell() override; SmDocShell * GetDoc() const |