summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-09 20:16:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-09 20:16:28 +0100
commit7f9118adeb94416b53083d9de8d485eafad4ad60 (patch)
tree685664734b41e21153b43e4a8ec0e85f595f3dc3 /svtools
parent676e6222eb679baa7cfa517708a0f621541152cb (diff)
loplugin:vclwidgets
Change-Id: If4ec250577c6ebdc302b89587f4475713baa4b81
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/contnr/fileview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx
index 8f8596aeef6a..402577ffeb6e 100644
--- a/svtools/source/contnr/fileview.cxx
+++ b/svtools/source/contnr/fileview.cxx
@@ -332,7 +332,7 @@ public:
::std::vector< SortingData_Impl* > maContent;
::osl::Mutex maMutex;
- SvTreeListBox* mpCurView;
+ VclPtr<SvTreeListBox> mpCurView;
VclPtr<ViewTabListBox_Impl> mpView;
VclPtr<IconView> mpIconView;
NameTranslator_Impl* mpNameTrans;