[Libreoffice-commits] core.git: svtools/source
Stephan Bergmann
sbergman at redhat.com
Wed Mar 9 19:16:56 UTC 2016
svtools/source/contnr/fileview.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7f9118adeb94416b53083d9de8d485eafad4ad60
Author: Stephan Bergmann <sbergman at 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;
More information about the Libreoffice-commits
mailing list