diff options
Diffstat (limited to 'fpicker/source/office/RemoteFilesDialog.hxx')
-rw-r--r-- | fpicker/source/office/RemoteFilesDialog.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.hxx b/fpicker/source/office/RemoteFilesDialog.hxx index 2bb7c353c1bd..ea6af5f281aa 100644 --- a/fpicker/source/office/RemoteFilesDialog.hxx +++ b/fpicker/source/office/RemoteFilesDialog.hxx @@ -19,6 +19,8 @@ #include <tools/errinf.hxx> #include <tools/resid.hxx> +#include <unotools/viewoptions.hxx> + #include <vcl/button.hxx> #include <vcl/fpicker.hrc> #include <vcl/menubtn.hxx> @@ -121,6 +123,8 @@ private: bool m_bIsConnected; bool m_bServiceChanged; + OUString m_sIniKey; + OUString m_sPath; OUString m_sStdDir; OUString m_sLastServiceUrl; @@ -147,6 +151,8 @@ private: std::vector< ServicePtr > m_aServices; std::vector< std::pair< OUString, OUString > > m_aFilters; + void InitSize(); + void FillServicesListbox(); /* If failure returns < 0 */ |