summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 )