diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-07-13 11:08:36 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-07-16 09:53:49 +0200 |
commit | 1c25093f8abf518e9983b9d23f6f3964001a1aac (patch) | |
tree | c8fcf9833296b5ae4b4b563012c073ac0239a225 /include/svtools | |
parent | 1ccb11bc32265ce9916ca594adae727c685d0b32 (diff) |
tree settings moved inside class
Change-Id: I1cf0eb30f143e311a6a8c731f6dcc8e7ad7e4e5d
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/RemoteFilesDialog.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/RemoteFilesDialog.hxx b/include/svtools/RemoteFilesDialog.hxx index f1dc755e13c9..fd12f39e01f3 100644 --- a/include/svtools/RemoteFilesDialog.hxx +++ b/include/svtools/RemoteFilesDialog.hxx @@ -122,7 +122,6 @@ private: bool m_bMultiselection; bool m_bIsUpdated; bool m_bIsConnected; - Image m_aFolderImage; OUString m_sPath; OUString m_sStdDir; |