summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview3.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-03 14:22:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-03 14:23:49 +0100
commit0c29c153465f80085e0c4ec0fe36e42e10ed4fb4 (patch)
tree2db165561c37b2a3984e03d9496053165359bfaa /sc/source/ui/view/tabview3.cxx
parentba64777045c9e34e24cccf83d74594092f6b0552 (diff)
loplugin:vclwidgets
Change-Id: If31494809ba8ce0028a15a88cf1bb2ead2769701
Diffstat (limited to 'sc/source/ui/view/tabview3.cxx')
-rw-r--r--sc/source/ui/view/tabview3.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index c8774e5c3152..3b1e33411b0b 100644
--- a/sc/source/ui/view/tabview3.cxx
+++ b/sc/source/ui/view/tabview3.cxx
@@ -1922,7 +1922,6 @@ private:
public:
SameEditViewChecker()
: mpOtherEditView(nullptr)
- , mpWindow(nullptr)
{}
void SetEditView(EditView* pOtherEditView) { mpOtherEditView = pOtherEditView; }
void SetWindow(ScGridWindow* pWindow) { mpWindow = pWindow; }
@@ -1937,7 +1936,7 @@ private:
private:
EditView* mpOtherEditView;
- ScGridWindow* mpWindow;
+ VclPtr<ScGridWindow> mpWindow;
};
private: