diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-27 14:09:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-27 21:27:41 +0200 |
commit | 3f7b48c4a726f51bdc5c78886957c08506e4d336 (patch) | |
tree | 85ae79279dc7f8510bfaee33ad1f9c591f500d85 /sc/source/ui/inc/mediash.hxx | |
parent | 754887aa9f1c57f8f56b9099b3dcc876e5b6f89f (diff) |
never null ScViewData*
Change-Id: If5ad4c637a8c4db67ca4bfe99612e90ae6237ff6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103513
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/inc/mediash.hxx')
-rw-r--r-- | sc/source/ui/inc/mediash.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/mediash.hxx b/sc/source/ui/inc/mediash.hxx index 6d75a4b682b6..c5ea643f2617 100644 --- a/sc/source/ui/inc/mediash.hxx +++ b/sc/source/ui/inc/mediash.hxx @@ -38,7 +38,7 @@ private: static void InitInterface_Impl(); public: - ScMediaShell(ScViewData* pData); + ScMediaShell(ScViewData& rData); virtual ~ScMediaShell() override; void ExecuteMedia(const SfxRequest& rReq); |