summaryrefslogtreecommitdiff
path: root/padmin/source/newppdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'padmin/source/newppdlg.hxx')
-rw-r--r--padmin/source/newppdlg.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/padmin/source/newppdlg.hxx b/padmin/source/newppdlg.hxx
index 4d6d637efcc9..bd73b5ffed3e 100644
--- a/padmin/source/newppdlg.hxx
+++ b/padmin/source/newppdlg.hxx
@@ -64,9 +64,14 @@ namespace padmin {
DECL_LINK( ModifyHdl, ComboBox* );
void Import();
+
+ std::list< rtl::OUString > m_aImportedFiles;
public:
PPDImportDialog( Window* pParent );
~PPDImportDialog();
+
+ const std::list< rtl::OUString >& getImportedFiles() const
+ { return m_aImportedFiles; }
};
} // namespace