diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 16:30:53 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 16:30:53 +0000 |
commit | 9381a3beca3680624da76ffc4dbb5c5b698bfbdc (patch) | |
tree | 9d61fdf48a48dca73cebf40a4ba05f8c96ef6c2c /fpicker/source | |
parent | c9ff9861532b274f89387a39a1f0ab4eaed376cc (diff) |
INTEGRATION: CWS tkr11_DEV300 (1.6.126); FILE MERGED
2008/02/28 13:08:15 tkr 1.6.126.1: #154182# new member for standard dir
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/office/OfficeFilePicker.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.hxx b/fpicker/source/office/OfficeFilePicker.hxx index 79cc3342a5f4..c2db89b9d309 100644 --- a/fpicker/source/office/OfficeFilePicker.hxx +++ b/fpicker/source/office/OfficeFilePicker.hxx @@ -4,9 +4,9 @@ * * $RCSfile: OfficeFilePicker.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2006-11-22 10:14:24 $ + * last change: $Author: vg $ $Date: 2008-03-18 17:30:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -124,6 +124,8 @@ private: ::rtl::OUString m_aOldDisplayDirectory; ::rtl::OUString m_aOldHideDirectory; + ::rtl::OUString m_aStandardDir; + ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFilePickerListener > m_xListener; ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XDialogClosedListener > |