summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-16 10:28:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-16 10:29:46 +0200
commit78d73a51bf40c6f69347bbc90b955696c86a022d (patch)
tree3b7bdf12a84b6419de9a69b2f3afd32503d97d51 /fpicker
parent79dafc7af0189935f81544dc8300b730b98db88f (diff)
loplugin:vclwidgets
Change-Id: I8671f8540da2e86eedb4cdc7a248ebb1d6caa376
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/RemoteFilesDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx
index 2ae54aab9aa3..765ec4b1578e 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -17,7 +17,7 @@ class FileViewContainer : public vcl::Window
VclPtr< Splitter > m_pSplitter;
int m_nCurrentFocus;
- vcl::Window* m_pFocusWidgets[4];
+ VclPtr<vcl::Window> m_pFocusWidgets[4];
public:
FileViewContainer( vcl::Window *pParent )