svtools/source/contnr/fileview.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7f9118adeb94416b53083d9de8d485eafad4ad60
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Mar 9 20:16:28 2016 +0100

    loplugin:vclwidgets
    
    Change-Id: If4ec250577c6ebdc302b89587f4475713baa4b81

diff --git a/svtools/source/contnr/fileview.cxx 
b/svtools/source/contnr/fileview.cxx
index 8f8596a..402577f 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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to