summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlgimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/iodlgimp.hxx')
-rw-r--r--fpicker/source/office/iodlgimp.hxx9
1 files changed, 8 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlgimp.hxx b/fpicker/source/office/iodlgimp.hxx
index e0a99a819a81..de9df3be7152 100644
--- a/fpicker/source/office/iodlgimp.hxx
+++ b/fpicker/source/office/iodlgimp.hxx
@@ -28,6 +28,8 @@
#ifndef _IODLGIMP_HXX
#define _IODLGIMP_HXX
+#include <PlacesListBox.hxx>
+
#include <tools/string.hxx>
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx>
@@ -184,10 +186,15 @@ public:
ImageButton* _pBtnNewFolder;
SvtTravelButton_Impl* _pBtnStandard;
CheckBox* _pCbPassword;
- FixedText* _pFtCurrentPath;
+ SvtURLBox* _pEdCurrentPath;
CheckBox* _pCbAutoExtension;
CheckBox* _pCbOptions;
+ PlacesListBox* _pPlaces;
+ PushButton* _pBtnConnectToServer;
+ PushButton* _pBtnAddPlace;
+ PushButton* _pBtnRemovePlace;
+
SvtFileDlgMode _eMode;
SvtFileDlgType _eDlgType;
SvtFileDlgState _nState;