diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-23 21:30:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-24 09:08:38 +0100 |
commit | 4f75ad50619bac31e9037fc0ff148b3d8257d262 (patch) | |
tree | 3fc89b902771344ef46eca9ed4fd840137c150a3 /sc/source/ui/inc/fuconstr.hxx | |
parent | 8f1a64bb0627dc82fce127a723d2e391bf9ddf0d (diff) |
ScTabViewShell is never optional
Change-Id: I9f42fd6179c0a64cc14a051ca7c9e2ed9300f5c8
Diffstat (limited to 'sc/source/ui/inc/fuconstr.hxx')
-rw-r--r-- | sc/source/ui/inc/fuconstr.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/fuconstr.hxx b/sc/source/ui/inc/fuconstr.hxx index 2cf0fe54a734..2dd8f6a514cd 100644 --- a/sc/source/ui/inc/fuconstr.hxx +++ b/sc/source/ui/inc/fuconstr.hxx @@ -25,9 +25,9 @@ /** Draw rectangle */ class FuConstruct : public FuDraw { - public: - FuConstruct(ScTabViewShell* pViewSh, vcl::Window* pWin, ScDrawView* pView, - SdrModel* pDoc, const SfxRequest& rReq); +public: + FuConstruct(ScTabViewShell& rViewSh, vcl::Window* pWin, ScDrawView* pView, + SdrModel* pDoc, const SfxRequest& rReq); virtual ~FuConstruct() override; // Mouse- & Key-Events |